master
xingyy 1 year ago
parent 757a8dd466
commit 7217e97f2c

@ -42,8 +42,11 @@ export default {
elementBottom:''
}
},
mounted(){
onShow(){
this.getData()
},
mounted(){
this.getDistanceFromTopToPageBottom('.content3')
},

@ -111,7 +111,7 @@ export default {
},
components: {UImage, tabbar},
mounted() {
this.getData()
uni.getSystemInfo({
success: (res) => {
this.windowWidth = res.windowWidth
@ -119,6 +119,10 @@ export default {
})
this.getDistanceFromTopToPageBottom('.content3')
},
onShow(){
this.getData()
},
computed: {},
methods: {
popForward() {

Loading…
Cancel
Save