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;