Feat(时令尝鲜):接口对接

This commit is contained in:
lifizer
2023-09-27 16:13:33 +08:00
parent 2d73c2fe46
commit 986aee1fdb
13 changed files with 331 additions and 1005 deletions
+2
View File
@@ -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) {