通知公告

This commit is contained in:
wanglei
2021-12-13 14:30:41 +08:00
parent 556aae6533
commit 8c5316db07
3 changed files with 0 additions and 14 deletions

View File

@@ -80,12 +80,8 @@
},
created() {
this.$loading()
this.injectJWeixin(['sendChatMessage']).then(() => {
this.getDetail()
}).catch(() => {
this.getDetail()
this.$hideLoading()
})
},
@@ -111,7 +107,6 @@
if (res && res.data) {
this.detailObj = res.data;
this.pageShow = true
this.$hideLoading()
}
})
},