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) - }, - - } }