|
@@ -94,7 +94,7 @@ Page({
|
|
data: { match_id: e._id },
|
|
data: { match_id: e._id },
|
|
success(res) {
|
|
success(res) {
|
|
if (res.data.errcode == 0) { } else {
|
|
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 })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|