From 928e3dec8641494d3762b30f7d4a92e6e8ac0e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Tue, 21 Mar 2023 23:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 2b2af9a..5a8ae69 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -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;