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({