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