wx.showToast({
title: res.message,
icon: 'none',
duration: 1000,
success:()=>{
setTimeout(()=> {
wx.switchTab({
url:'/pages/tabBar/changeTabBar'
})
},1000)
}
})
wx.showToast({
title: res.message,
icon: 'none',
duration: 1000,
success:()=>{
setTimeout(()=> {
wx.switchTab({
url:'/pages/tabBar/changeTabBar'
})
},1000)
}
})