@@ -52,7 +52,7 @@ Component({
loading: false
})
if (res.msg != '成功') return wx.showToast({
- title: res.data,
+ title: res.msg,
icon: "none"
});
wx.showToast({
@@ -64,7 +64,7 @@ Component({
@@ -68,7 +68,7 @@ Page({
console.log("列表", res)
this.selectComponent('#ListBox').RefreshToComplete();
this.setData({
@@ -69,7 +69,7 @@ Component({