Commit 71eddf33 authored by 王炽's avatar 王炽

引导优化

parent efabf91f
...@@ -321,7 +321,7 @@ const babyId = ref(0); ...@@ -321,7 +321,7 @@ const babyId = ref(0);
const assessmentDate = ref(''); const assessmentDate = ref('');
const feedingType = ref(''); const feedingType = ref('');
// 添加picker-view相关数据 // 添加picker-view相关数据
const indicatorStyle = `height: 40px; border: none;` const indicatorStyle = `height: 45px; border: none;`
// 生成数值范围 // 生成数值范围
const generateRange = (min, max, step = 0.1) => { const generateRange = (min, max, step = 0.1) => {
...@@ -739,6 +739,8 @@ const refreshBabyInfo = async () => { ...@@ -739,6 +739,8 @@ const refreshBabyInfo = async () => {
feedingType.value = selectedFeedText.value; feedingType.value = selectedFeedText.value;
guideFlag.value = data.guideFlag; guideFlag.value = data.guideFlag;
// guideFlag.value = false;//测试用代码
if (guideFlag.value) { if (guideFlag.value) {
guideIndex.value = -1; guideIndex.value = -1;
}else{ }else{
...@@ -1124,7 +1126,7 @@ const refreshBabyInfo = async () => { ...@@ -1124,7 +1126,7 @@ const refreshBabyInfo = async () => {
} }
.submit-section { .submit-section {
margin-top: 80rpx; margin-top: 120rpx;
.submit-btn { .submit-btn {
position: relative; position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment