This commit is contained in:
shijingjing
2022-08-01 16:44:42 +08:00
parent 56d35003ed
commit cb621e576d

View File

@@ -138,7 +138,7 @@ export default {
},
...mapActions(['previewFile']),
prevFile(file) {
this.$Loading()
this.$loading()
this.previewFile({ ...file }).then(()=>{
// uni.hideLoading()
this.$hideLoading()