修正之前的人写的错误代码
This commit is contained in:
parent
0565128eae
commit
64872b2e78
@ -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;
|
||||
})
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user