|
@@ -135,8 +135,10 @@ export default {
|
|
|
let sysInfo = uni.getSystemInfoSync()
|
|
let sysInfo = uni.getSystemInfoSync()
|
|
|
this.windowHeight = sysInfo.windowHeight - 50 + 'px'//除标题栏栏外的屏幕可用高度
|
|
this.windowHeight = sysInfo.windowHeight - 50 + 'px'//除标题栏栏外的屏幕可用高度
|
|
|
this.windowHeight1 = sysInfo.windowHeight + 'px'//除标题栏栏外的屏幕可用高度
|
|
this.windowHeight1 = sysInfo.windowHeight + 'px'//除标题栏栏外的屏幕可用高度
|
|
|
|
|
+ },
|
|
|
|
|
+ onShow(){
|
|
|
|
|
+ this.listServiceObject()
|
|
|
this.listServiceObject()
|
|
this.listServiceObject()
|
|
|
- this.equityCardList()
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
methods: {
|
|
methods: {
|