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',
duration: 3000
})
setTimeout(res => {
uni.setStorageSync('refresh',true)
uni.navigateBack({})
}, 3000)
// setTimeout(res => {
// uni.setStorageSync('refresh',true)
// uni.navigateBack({})
// }, 3000)
}).catch(err => {
this.$refs.uToast.show({
title: err.message,