From 1d6049295b777dbb383bcae7006b21844a4a0bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 15 May 2024 16:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesC/healthdata/healthdata.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pagesC/healthdata/healthdata.vue b/pagesC/healthdata/healthdata.vue index 0e47329..2e52ab5 100644 --- a/pagesC/healthdata/healthdata.vue +++ b/pagesC/healthdata/healthdata.vue @@ -114,7 +114,7 @@ info() { let userinfo = uni.getStorageSync('userinfo'); var obj - if (this.tabindex == 1 || this.tabindex == 5) { + if (this.tabindex == 1 || this.tabindex == 5 || this.tabindex == 7) { obj = { label: Number(this.tabindex) + 1, identity: userinfo.cardNo, @@ -148,7 +148,7 @@ this.pageNum = 1 let userinfo = uni.getStorageSync('userinfo'); var obj - if (this.tabindex == 1 || this.tabindex == 5) { + if (this.tabindex == 1 || this.tabindex == 5 || this.tabindex == 7) { obj = { label: Number(this.tabindex) + 1, identity: userinfo.cardNo,