$Loading
This commit is contained in:
@@ -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()
|
||||
})
|
||||
},
|
||||
// 拒绝
|
||||
|
||||
Reference in New Issue
Block a user