修改页面
This commit is contained in:
parent
dc3bb32b34
commit
928e3dec86
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue