This commit is contained in:
2021-09-29 17:26:05 +08:00
parent 712123b1fa
commit 9bcd7a8fae
2 changed files with 5 additions and 5 deletions

View File

@@ -172,10 +172,10 @@
type: 'primary', type: 'primary',
duration: 3000 duration: 3000
}) })
setTimeout(res => { // setTimeout(res => {
uni.setStorageSync('refresh',true) // uni.setStorageSync('refresh',true)
uni.navigateBack({}) // uni.navigateBack({})
}, 3000) // }, 3000)
}).catch(err => { }).catch(err => {
this.$refs.uToast.show({ this.$refs.uToast.show({
title: err.message, title: err.message,

View File

@@ -110,7 +110,7 @@
uni.setStorageSync('refresh', true) uni.setStorageSync('refresh', true)
} }
}).catch(err => { }).catch(err => {
this.$refs.uToast.show({ that.$refs.uToast.show({
title: err.message, title: err.message,
type: 'primary', type: 'primary',
duration: 3000 duration: 3000