|
@@ -80,11 +80,16 @@ export default {
|
|
},
|
|
},
|
|
onLoad(e) {
|
|
onLoad(e) {
|
|
this.getUserInfo()
|
|
this.getUserInfo()
|
|
|
|
+ // getUserInfo()
|
|
// this.userId = e.userId
|
|
// this.userId = e.userId
|
|
this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
|
|
this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ getUserInfo(e){
|
|
|
|
+ console.log(e);
|
|
|
|
+ },
|
|
|
|
+
|
|
close() {
|
|
close() {
|
|
closePage.postMessage('关闭页面')
|
|
closePage.postMessage('关闭页面')
|
|
},
|
|
},
|