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