@@ -94,7 +94,7 @@ Page({
data: { match_id: e._id },
success(res) {
if (res.data.errcode == 0) { } else {
- wx.showToast({ title: res.data.errmsg, icon: 'none', duration: 2000 })
+ wx.showToast({ title: res.errmsg, icon: 'none', duration: 2000 })
}
})
@@ -72,7 +72,7 @@ Page({