guhongwei 3 سال پیش
والد
کامیت
50cc2fe65d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
       }
     })