...
|
...
|
@@ -63,7 +63,7 @@ Page({ |
|
|
this.data.addFilter = true;
|
|
|
|
|
|
this._resetPage();
|
|
|
this.data.productList = [];
|
|
|
this.setData({ productList: [] });
|
|
|
this._productList();
|
|
|
},
|
|
|
|
...
|
...
|
@@ -117,6 +117,7 @@ Page({ |
|
|
this.data.page += 1;
|
|
|
this.data.totalPage = res.data && res.data.page_total || 1;
|
|
|
|
|
|
|
|
|
this.setData({
|
|
|
showLoading: false,
|
|
|
noResult: this.data.totalPage === 0,
|
...
|
...
|
|