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; }) }