@@ -46,7 +46,7 @@ Page({
loading: false
})
if (res.msg != '成功') return Toast({
- message: res.data,
+ message: res.msg,
position: 'bottom'
});
this.setData({
@@ -64,7 +64,7 @@ Page({
}).then(res => {
console.log("个人信息", res)
if (res.msg != '成功') return wx.showToast({
- title: res.data,
+ title: res.msg,
icon: "none"
@@ -157,7 +157,7 @@ Page({
console.log(res)
let attinfos = this.data.attinfos;