|
|
@@ -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 {
|