From ac42c54bf8ef9c5fb325a4fa78219e5e07795912 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 17 Jun 2020 10:08:13 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/View/AuthManager/dataempower.html | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/Application/Admin/View/AuthManager/dataempower.html b/Application/Admin/View/AuthManager/dataempower.html index 18fb9bf20..07f13e6d8 100644 --- a/Application/Admin/View/AuthManager/dataempower.html +++ b/Application/Admin/View/AuthManager/dataempower.html @@ -149,9 +149,32 @@ value: data2, id: 'key123', onchange: function(data, index){ + dataTransfer = transfer.getData('key123'); //获取右侧数据 - // layer.alert(JSON.stringify(dataTransfer)); - $('#promote_data').val(JSON.stringify(dataTransfer)); + + if (index == 0) { + $('#promote_data').val(JSON.stringify(dataTransfer)); + return; + } else if (index == 1){ + + for(var i=0;i Date: Wed, 17 Jun 2020 13:46:11 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/AuthManager/dataempower.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Application/Admin/View/AuthManager/dataempower.html b/Application/Admin/View/AuthManager/dataempower.html index 07f13e6d8..def3e9194 100644 --- a/Application/Admin/View/AuthManager/dataempower.html +++ b/Application/Admin/View/AuthManager/dataempower.html @@ -160,11 +160,12 @@ for(var i=0;i Date: Wed, 17 Jun 2020 13:58:23 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90bug=E4=BF=AE=E5=A4=8D,=E7=AD=9B=E9=80=89bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/AuthManager/dataempower.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Application/Admin/View/AuthManager/dataempower.html b/Application/Admin/View/AuthManager/dataempower.html index def3e9194..0635b726a 100644 --- a/Application/Admin/View/AuthManager/dataempower.html +++ b/Application/Admin/View/AuthManager/dataempower.html @@ -153,6 +153,10 @@ dataTransfer = transfer.getData('key123'); //获取右侧数据 if (index == 0) { + + for (var i=0;i Date: Sun, 28 Jun 2020 10:30:09 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/SafeController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Home/Controller/SafeController.class.php b/Application/Home/Controller/SafeController.class.php index 92ba8702d..1f55f2cdb 100644 --- a/Application/Home/Controller/SafeController.class.php +++ b/Application/Home/Controller/SafeController.class.php @@ -627,7 +627,6 @@ class SafeController extends BaseController{ return $this->ajaxReturn(['status'=>0,'msg'=>'手机号已被绑定']); } } else { - echo 222; if (!$exists) { return $this->ajaxReturn(['status'=>0,'msg'=>'手机号未被绑定']); }