修改页面

This commit is contained in:
TOP糯米 2023-03-21 23:11:39 +08:00
parent dc3bb32b34
commit 928e3dec86
1 changed files with 6 additions and 0 deletions

View File

@ -158,10 +158,16 @@ export default {
onReachBottom() {}, onReachBottom() {},
onPullDownRefresh() {}, onPullDownRefresh() {},
methods: { methods: {
/**
* 服务分类
*/
toInstallService(id) { toInstallService(id) {
this.$store.commit("system/indexCateId", id); this.$store.commit("system/indexCateId", id);
this.$utils.toPage("/pages/service/cate", {}, "switch"); this.$utils.toPage("/pages/service/cate", {}, "switch");
}, },
/**
* 公告详情
*/
notifyDetail(detail) { notifyDetail(detail) {
this.showNotifyModal = true; this.showNotifyModal = true;
this.notify.title = detail.title; this.notify.title = detail.title;