@@ -54,7 +54,7 @@ Page({
console.log(res);
if (res.code != 200) {
wx.showLoading({
- title: '数据错误请重新登陆',
+ title: res.message.msg,
})
setTimeout(function () {
wx.hideLoading();