Browse Source

Merge branch 'master' of http://git.cc-lotus.info/ball-court/court-badminton

zs 2 years ago
parent
commit
828f7257ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/matchInfo/sign.js

+ 1 - 1
pages/matchInfo/sign.js

@@ -62,7 +62,7 @@ Page({
                 })
 
             } else {
-                wx.showToast({ title: `${res.errMsg}`, icon: 'fail', duration: 2000 });
+                wx.showToast({ title: `${arr.errmsg}`, icon: 'fail', duration: 2000 });
             }
         }
     },