From 2aa0773ada8ac20f34c99b5d94640d387ac71e0c Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.127> Date: 星期二, 08 一月 2019 14:31:57 +0800 Subject: [PATCH] 读取状态逻辑修改 --- gx_tieta/WebRoot/iframe/setcurr.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/iframe/setcurr.html b/gx_tieta/WebRoot/iframe/setcurr.html index 9997ec8..29513e9 100644 --- a/gx_tieta/WebRoot/iframe/setcurr.html +++ b/gx_tieta/WebRoot/iframe/setcurr.html @@ -108,8 +108,7 @@ // 鏄惁纭畾鍚姩 layer.confirm('鏄惁纭畾鍚姩娴嬭瘯', {icon: 3, title: '绯荤粺鎻愮ず'}, function(index) { var param = getStartTestParam(data); - console.log(param); - return; + // 鍚姩娴嬭瘯 ajaxStartTest(param); }); -- Gitblit v1.9.1