From 64872b2e7805b2a65b6f2427e6cfea9d1ac21e8b Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Sat, 23 May 2020 12:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B9=8B=E5=89=8D=E7=9A=84?= =?UTF-8?q?=E4=BA=BA=E5=86=99=E7=9A=84=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/properties.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/properties.js b/js/properties.js index d4acab2..bccaad7 100644 --- a/js/properties.js +++ b/js/properties.js @@ -21,9 +21,8 @@ mui.plusReady(function() { if (isloading == true) { return; } else { - isloading = false; + isloading = true; } - isloading == true JZL.ajax(qlgUrl("app/shops/getSpecs"), recommenddata, function(data) { //console.log(data); if (data.status == 1) { @@ -49,7 +48,7 @@ mui.plusReady(function() { } else { mui.alert(data.msg) } - isloading == false; + isloading = false; }) }