guhongwei hai 1 ano
pai
achega
40da6dae75
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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);
+            }
         })
     },
     /**