Ver código fonte

wesmiler 更新第5期更新代码合并

wesmiler 4 anos atrás
pai
commit
3d98899cb5

+ 2 - 2
public/themes/default/weixin/public/assets/js/match.js

@@ -103,7 +103,7 @@ var app = new Vue({
             this.total = typeof (total) != 'undefined' && total>0? total : dataList.length
             this.params.page = Math.ceil(dataList.length/this.params.pageSize);
             this.dataList = dataList;
-            this.initSwiper()
+            // this.initSwiper()
         }else{
             this.slideIndex = 0;
             this.getDataList(false);
@@ -455,7 +455,7 @@ var app = new Vue({
                     }else {
                         _this.dataList = dataList
                     }
-                    _this.initSwiper()
+                    // _this.initSwiper()
                     sessionStorage.setItem('dataList', JSON.stringify(_this.dataList));
                     sessionStorage.setItem('total', _this.total);
                 } else {