@@ -79,10 +79,10 @@ export default {
}
},
onLoad(e) {
- this.userId = e.userId
+ this.getUserInfo()
+ // this.userId = e.userId
this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
this.getList()
- this.getUserInfo()
methods: {
close() {