优化部分页面

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
tabHeight: 0,
currentBanner: 1,
bottom: 0,
pageTitle: "服务详情",
id: 0,
detail: {

View File

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