This commit is contained in:
yanran200730
2022-01-20 11:22:22 +08:00
parent e11b79b9e1
commit 9952759b41
5 changed files with 11 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ export default {
},
created() {
this.$loading()
this.injectJWeixin(['sendChatMessage']).then(() => {
this.getDetail()
})
@@ -102,6 +103,7 @@ export default {
detail: this.flag
}
}).then(res => {
uni.hideLoading()
if (res && res.data) {
this.detailObj = res.data;
this.pageShow = true