|
@@ -87,6 +87,10 @@ export default {
|
|
|
// this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
|
|
|
this.statusBarHeight = '44rpx'
|
|
|
this.getList()
|
|
|
+ this.setUserInfo()
|
|
|
+ window['setUserInfo'] = res => {
|
|
|
+ this.setUserInfo(res)
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
getUser(){
|
|
@@ -94,6 +98,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
setUserInfo(e){
|
|
|
+ console.log(e);
|
|
|
this.data = e
|
|
|
},
|
|
|
|