|
|
@@ -83,7 +83,7 @@ Page({
|
|
|
}
|
|
|
}).then(res => {
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
});
|
|
|
this.setData({
|
|
|
@@ -104,7 +104,7 @@ Page({
|
|
|
}).then(res => {
|
|
|
console.log(this.data.submiteditData.attinfos)
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
})
|
|
|
wx.showToast({
|
|
|
@@ -135,7 +135,7 @@ Page({
|
|
|
}
|
|
|
}).then(res => {
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
})
|
|
|
this.setData({
|
|
|
@@ -183,7 +183,7 @@ Page({
|
|
|
loading: false
|
|
|
})
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
});
|
|
|
this.setData({
|