优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user