From daedd957dfa2c949d443791905c01a602df92cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 10 May 2024 08:47:57 +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 --- pagesB/Healthindex/Healthindex.vue | 11 +------- pagesB/images/beijing.png | Bin 1534774 -> 0 bytes .../threeHundredAndSixty.vue | 26 +++++------------- 3 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 pagesB/images/beijing.png diff --git a/pagesB/Healthindex/Healthindex.vue b/pagesB/Healthindex/Healthindex.vue index 176a5b3..99bb491 100644 --- a/pagesB/Healthindex/Healthindex.vue +++ b/pagesB/Healthindex/Healthindex.vue @@ -69,7 +69,6 @@ bloodsugar: null, //血糖 BMIdata: null, //体脂 bloodpressure: null, //血压 - checked: true, cardNo: '', healthdata: {}, @@ -104,12 +103,10 @@ } } }, - } }, onShow() { // 健康指数 - }, mounted() { this.infohealths() @@ -119,12 +116,10 @@ infohealths() { if (uni.getStorageSync("userinfo").cardNo) { this.cardNo = uni.getStorageSync("userinfo").cardNo - // this.cardNo = '370522196411282177' healthIndexdata(this.cardNo).then(res => { this.healthdata = res.data }) } - }, getServerData() { // if (this.healthdata) { @@ -191,18 +186,14 @@ this.BMIdata = resBMI this.bloodpressure = resbloodpressure }, 500) - }, - - } }