|
@@ -33,7 +33,7 @@ Page({
|
|
|
wx.showToast({ title: `账号登录成功`, icon: 'success', duration: 2000 })
|
|
|
wx.navigateTo({ url: '/pages/home/index' })
|
|
|
} else {
|
|
|
- wx.showToast({ title: res.data.errmsg, icon: 'none', duration: 2000 })
|
|
|
+ wx.showToast({ title: res.errmsg, icon: 'none', duration: 2000 })
|
|
|
}
|
|
|
}
|
|
|
},
|