loading
This commit is contained in:
@@ -135,7 +135,10 @@ export default {
|
||||
},
|
||||
...mapActions(['previewFile']),
|
||||
prevFile(file) {
|
||||
this.previewFile({ ...file })
|
||||
uni.showLoading({title: '加载中'})
|
||||
this.previewFile({ ...file }).then(()=>{
|
||||
uni.hideLoading()
|
||||
})
|
||||
},
|
||||
// 拒绝
|
||||
refuseBtn() {
|
||||
|
||||
Reference in New Issue
Block a user