This commit is contained in:
shijingjing
2022-07-28 11:45:51 +08:00
parent 343e6c778b
commit 5b588fd460

View File

@@ -135,9 +135,10 @@ export default {
},
...mapActions(['previewFile']),
prevFile(file) {
uni.showLoading({title: '加载中'})
this.$Loading()
this.previewFile({ ...file }).then(()=>{
uni.hideLoading()
// uni.hideLoading()
this.$hideLoading()
})
},
// 拒绝