Przeglądaj źródła

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

zs 2 lat temu
rodzic
commit
828f7257ad
1 zmienionych plików z 1 dodań i 1 usunięć
  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 });
             }
         }
     },