优化体验
This commit is contained in:
parent
1d48c178c1
commit
5f3b005b0a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue