优化体验

This commit is contained in:
TOP糯米 2023-03-09 03:26:32 +08:00
parent 1d48c178c1
commit 5f3b005b0a
1 changed files with 2 additions and 0 deletions

View File

@ -137,8 +137,10 @@ export default {
.catch((e) => {}); .catch((e) => {});
}, },
onScroll(id) { onScroll(id) {
// #ifdef MP-WEIXIN
this.newId = id; this.newId = id;
this.$store.commit("system/indexCateId", id); this.$store.commit("system/indexCateId", id);
// #endif
}, },
clickItem(parentId, id) { clickItem(parentId, id) {
this.$utils.toPage("/pages/service/list?id=" + id); this.$utils.toPage("/pages/service/list?id=" + id);