修改页面

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() {},
onPullDownRefresh() {},
methods: {
/**
* 服务分类
*/
toInstallService(id) {
this.$store.commit("system/indexCateId", id);
this.$utils.toPage("/pages/service/cate", {}, "switch");
},
/**
* 公告详情
*/
notifyDetail(detail) {
this.showNotifyModal = true;
this.notify.title = detail.title;