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);
+            }
         })
     },
     /**