|
@@ -124,14 +124,14 @@ export default {
|
|
isIphoneX: false
|
|
isIphoneX: false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onLoad(data) {
|
|
|
|
|
|
+ onLoad() {
|
|
this.isIphoneX = this.$store.state.isIphoneX
|
|
this.isIphoneX = this.$store.state.isIphoneX
|
|
this.setScrollHeight()
|
|
this.setScrollHeight()
|
|
// 获取传过来的organizeId
|
|
// 获取传过来的organizeId
|
|
- this.organizeId = data.id
|
|
|
|
|
|
+ const userInfo = uni.getStorageSync('userInfo')
|
|
|
|
+ this.organizeId = userInfo.organizeId
|
|
// 初始化列表
|
|
// 初始化列表
|
|
this.init()
|
|
this.init()
|
|
- console.log(this.clubList)
|
|
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
// 初始化机构列表
|
|
// 初始化机构列表
|