DESKTOP-O04BTUJ\muzen 3 سال پیش
والد
کامیت
215f8648f8
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      src/pages/lottery/index.vue

+ 4 - 5
src/pages/lottery/index.vue

@@ -82,19 +82,18 @@ export default {
     }
     }
   },
   },
   onLoad(e) {
   onLoad(e) {
-    console.log(getUserInfo.postMessage().systemVersion);
     // this.userId = e.userId
     // this.userId = e.userId
-    this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
-    console.log(uni.getWindowInfo());
+    // this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
+    this.statusBarHeight = '44rpx'
     this.getList()
     this.getList()
   },
   },
   methods: {
   methods: {
     getios() {
     getios() {
-      console.log(getUserInfo.postMessage('用户信息'));
+      console.log(getUserInfo.postMessage('用户信息').setUserInfo);
     },
     },
 
 
     getA() {
     getA() {
-      window.Android.getUserInfo()
+      window.phoneInterface.getUserInfo()
     },
     },
 
 
     close() {
     close() {