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