@@ -107,6 +107,11 @@ export default {
icon: 'none',
duration: 2000
})
+ setTimeout(() => {
+ wx.switchTab({
+ url: '../index'
+ })
+ }, 300)
this.DataLock = false
}).catch((res) => {
wx.showToast({