|
@@ -42,7 +42,7 @@ Page({
|
|
|
const params = e.detail.value;
|
|
|
const arr = await app.$post(`/newCourt/api/eliminateRace/${params._id}`, params);
|
|
|
if (arr.errcode == '0') {
|
|
|
- wx.showToast({ title: `上分成功`, icon: 'error', duration: 2000 })
|
|
|
+ wx.showToast({ title: `信息维护成功`, icon: 'error', duration: 2000 })
|
|
|
that.toClose()
|
|
|
} else {
|
|
|
wx.showToast({ title: `${arr.errmsg}`, icon: 'error', duration: 2000 })
|
|
@@ -78,7 +78,7 @@ Page({
|
|
|
const that = this;
|
|
|
that.setData({ form: {} })
|
|
|
that.setData({ dialog: { title: '赛程信息', show: false, type: '1' } })
|
|
|
-
|
|
|
+ that.watchLogin()
|
|
|
},
|
|
|
|
|
|
matchChange: function (e) {
|