|
@@ -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() {
|