Explorar el Código

Merge branch 'master' of http://git.cc-lotus.info/ball-court/court-mobile

zs hace 3 años
padre
commit
a5e840034b
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 1 1
      app.js
  2. 3 0
      pages/ss/index.wxml

+ 1 - 1
app.js

@@ -12,7 +12,7 @@ App({
       success: (res) => {
       success: (res) => {
         let data = res;
         let data = res;
         data.getMenu = wx.getMenuButtonBoundingClientRect();
         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
         this.globalData.client = data
       }
       }
     })
     })

+ 3 - 0
pages/ss/index.wxml

@@ -0,0 +1,3 @@
+<view>
+    <view>111</view>
+</view>