Feat(时令尝鲜):接口对接
This commit is contained in:
@@ -101,6 +101,7 @@ export default {
|
||||
changeTab(index) {
|
||||
if (this.asideList.length === 0) return;
|
||||
if (index === this.tabIndex) return;
|
||||
this.page = 1;
|
||||
this.dataList = [];
|
||||
this.tabIndex = index;
|
||||
this.search();
|
||||
@@ -151,6 +152,7 @@ export default {
|
||||
asideTap(index) {
|
||||
this.asideIndex = index;
|
||||
this.page = 1;
|
||||
this.dataList = [];
|
||||
this.search();
|
||||
},
|
||||
goStore(id) {
|
||||
|
||||
Reference in New Issue
Block a user