guhongwei 1 سال پیش
والد
کامیت
40da6dae75
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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);
+            }
         })
     },
     /**