[...]
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user