@@ -79,7 +79,7 @@ Page({
console.log("市场活动", res)
this.selectComponent('#ListBox').RefreshToComplete();
if (res.msg != '成功') return wx.showToast({
- title: res.data,
+ title: res.data || res.msg,
icon: "none"
})
res.data = res.data.map(v => {