@@ -45,7 +45,7 @@ Page({
loading: false
})
if (res.msg != '成功') return wx.showToast({
- title: res.msg,
+ title: res.data,
icon: "none"
wx.setStorageSync('account_list', res.account_list)