Sfoglia il codice sorgente

fix:权益卡页面加载逻辑优化

zhanghui 2 anni fa
parent
commit
58637c5422
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      storePages/rights/index.vue

+ 3 - 1
storePages/rights/index.vue

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