@@ -20,7 +20,7 @@ Page({
}
}).then(res => {
if (res.msg != '成功') return wx.showToast({
- title: res.data,
+ title: res.msg,
icon: "none"
})
this.setData({
@@ -72,7 +72,7 @@ Page({
this.selectComponent('#ListBox').RefreshToComplete();