优化部分页面

This commit is contained in:
TOP糯米 2023-03-09 01:46:27 +08:00
parent cf54b40b29
commit 2e0e229c10
2 changed files with 1 additions and 4 deletions

View File

@ -88,7 +88,6 @@ export default {
tabIndex: 0, // 1 tabIndex: 0, // 1
tabHeight: 0, tabHeight: 0,
currentBanner: 1, currentBanner: 1,
bottom: 0,
pageTitle: "服务详情", pageTitle: "服务详情",
id: 0, id: 0,
detail: { detail: {

View File

@ -29,7 +29,6 @@ export default {
utils: this.$utils, utils: this.$utils,
pageConfig: {}, pageConfig: {},
data: [], data: [],
bottom: 0,
currentId: 0, currentId: 0,
}; };
@ -45,6 +44,7 @@ export default {
this.$utils.toast("参数错误"); this.$utils.toast("参数错误");
return; return;
} }
this.currentId = e.id;
this.loadList(e.id); this.loadList(e.id);
}, },
onShow() {}, onShow() {},
@ -78,8 +78,6 @@ export default {
cover: item.more, cover: item.more,
child: goods, child: goods,
}); });
// watch
this.currentId = cateId;
}); });
}) })
.catch((e) => {}); .catch((e) => {});