优化部分页面
This commit is contained in:
parent
cf54b40b29
commit
2e0e229c10
|
@ -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: {
|
||||||
|
|
|
@ -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) => {});
|
||||||
|
|
Loading…
Reference in New Issue