This commit is contained in:
shijingjing
2022-07-28 11:33:41 +08:00
parent 58da07fb62
commit 343e6c778b

View File

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