From e07590be478cdf9a5565c171374a705adff72e36 Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Thu, 23 Sep 2021 19:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/huaxia.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/huaxia.js b/js/huaxia.js index 51b4675..55aa192 100644 --- a/js/huaxia.js +++ b/js/huaxia.js @@ -469,7 +469,6 @@ function goJGDetail(e) { //查看机构详情 } function checkPeo() { //查询机构成员列表 ->>>>>>> 94dd9be6b353522b96731800faf9701704c20cb4 let jgmHtml = ''; let jgmData = [{ imgSrc: '../../img/public/jg-dp-01.png', @@ -885,7 +884,6 @@ function checkPXList() { //拍卖全部商品事件 } function goPXDetail(e) { //查看培训详情 ->>>>>>> 94dd9be6b353522b96731800faf9701704c20cb4 location.href = `trainDetail.html?id=${e}` }