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']), ...mapActions(['previewFile']),
prevFile(file) { prevFile(file) {
this.$Loading() this.$loading()
this.previewFile({ ...file }).then(()=>{ this.previewFile({ ...file }).then(()=>{
// uni.hideLoading() // uni.hideLoading()
this.$hideLoading() this.$hideLoading()