Showing
1 changed file
with
1 additions
and
1 deletions
@@ -258,7 +258,7 @@ function loadMore($container, opt, url) { | @@ -258,7 +258,7 @@ function loadMore($container, opt, url) { | ||
258 | delete opt.isTab; | 258 | delete opt.isTab; |
259 | }, | 259 | }, |
260 | error: function() { | 260 | error: function() { |
261 | - console.log('error') | 261 | + console.log('error'); |
262 | tip.show('网络断开连接了~'); | 262 | tip.show('网络断开连接了~'); |
263 | searching = false; | 263 | searching = false; |
264 | delete opt.isTab; | 264 | delete opt.isTab; |
-
Please register or login to post a comment