guhongwei 3 năm trước cách đây
mục cha
commit
50cc2fe65d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -12,7 +12,7 @@ App({
       success: (res) => {
         let data = res;
         data.getMenu = wx.getMenuButtonBoundingClientRect();
-        // console.log(data.statusBarHeight + data.getMenu.height + (data.getMenu.top - data.statusBarHeight)*2);
+        // console.log(data.statusBarHeight + data.getMenu.height + (data.getMenu.top - data.statusBarHeight)*2); 
         this.globalData.client = data
       }
     })