From 623709bfff3efa4f4ab297ccd86686574443d57a Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 14 Jan 2022 16:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=9B=E5=BB=BAa=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E6=97=A5=E6=9C=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/essentialInfo/index.vue | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/pages/essentialInfo/index.vue b/pages/essentialInfo/index.vue index 6ab8a97..fb2c96d 100644 --- a/pages/essentialInfo/index.vue +++ b/pages/essentialInfo/index.vue @@ -69,23 +69,12 @@ 您的身高是? - - {{ heightU }} - 厘米 - + {{ heightU }}厘米 - - 您的体重是? - + 您的体重是? - - {{ weightU }} - 公斤 - + {{ weightU }}公斤 @@ -284,7 +273,7 @@ export default { }, computed: { showBirthday() { - console.log(moment(this.birthday).format('YYYY年MM月DD日')) + console.log(moment(this.birthday).format('YYYY年MM月DD日')); return moment(this.birthday).format('YYYY年MM月DD日'); } }, @@ -325,7 +314,7 @@ export default { if (type === 'day') { return `${value}日`; } - console.log(value) + console.log(value); return value; }, // 体重---------标尺滚动 @@ -408,7 +397,7 @@ export default { exercise: this.activedbehaviarTarget, // 运动量 days: 1 }; - console.log(params,'params.....') + console.log(params, 'params.....'); recordsHealth(params) .then(res => { uni.showModal({