Showing
1 changed file
with
2 additions
and
0 deletions
@@ -199,6 +199,8 @@ define('mobile', function(require, exports) { | @@ -199,6 +199,8 @@ define('mobile', function(require, exports) { | ||
199 | txtInput.addClass('hasVal'); | 199 | txtInput.addClass('hasVal'); |
200 | }; | 200 | }; |
201 | getBrand(); | 201 | getBrand(); |
202 | + //禁止刷新 | ||
203 | + $("#hook").attr("disloading", "1"); | ||
202 | }); | 204 | }); |
203 | //搜索存在,调用 | 205 | //搜索存在,调用 |
204 | if($(".search-wrap").size()){ | 206 | if($(".search-wrap").size()){ |
-
Please register or login to post a comment