guhongwei 1 năm trước cách đây
mục cha
commit
40da6dae75
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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);
+            }
         })
     },
     /**