优化部分页面
This commit is contained in:
parent
cf54b40b29
commit
2e0e229c10
|
@ -88,7 +88,6 @@ export default {
|
|||
tabIndex: 0, // 1评价
|
||||
tabHeight: 0,
|
||||
currentBanner: 1,
|
||||
bottom: 0,
|
||||
pageTitle: "服务详情",
|
||||
id: 0,
|
||||
detail: {
|
||||
|
|
|
@ -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) => {});
|
||||
|
|
Loading…
Reference in New Issue