浏览代码

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

zhanghui 2 年之前
父节点
当前提交
58637c5422
共有 1 个文件被更改,包括 3 次插入1 次删除
  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: {