guhongwei 1 rok temu
rodzic
commit
40da6dae75
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      pagesCommon/login/index.js

+ 3 - 1
pagesCommon/login/index.js

@@ -96,7 +96,9 @@ Page({
         wx.getStorage({
             key: 'openid',
             async success(res) { that.setData({ 'form.openid': res.data }) },
-            fail(err) { // console.log(err); }
+            fail(err) {
+                // console.log(err);
+            }
         })
     },
     /**