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