examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/home/inheritHeighet.wxml

1 line
3.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="content data-v-14863ebe"><view class="top data-v-14863ebe"><text class="data-v-14863ebe">成年身高预测</text>为保证数据准确定,请认真填写真实信息</view><view class="table _table data-v-14863ebe"><view class="_tr data-v-14863ebe"><view class="_th data-v-14863ebe">性别</view><view class="_td data-v-14863ebe"><view class="radio data-v-14863ebe"><uni-icons vue-id="7c4096f6-1" type="{{sex==1?'checkbox-filled':'circle'}}" size="24" color="{{sex==1?'#fea606':'#dfdfdf'}}" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" class="data-v-14863ebe" bind:__l="__l"></uni-icons>男</view><view class="radio ml-15 data-v-14863ebe"><uni-icons vue-id="7c4096f6-2" type="{{sex==2?'checkbox-filled':'circle'}}" size="24" color="{{sex==2?'#fea606':'#dfdfdf'}}" data-event-opts="{{[['^click',[['e1']]]]}}" bind:click="__e" class="data-v-14863ebe" bind:__l="__l"></uni-icons>女</view></view></view><view class="_tr data-v-14863ebe"><view class="_th data-v-14863ebe">出生日期</view><view class="_td data-v-14863ebe"><picker mode="date" end="{{endDate}}" value="{{birthday?birthday:endDate}}" fields="{{fields}}" data-event-opts="{{[['change',[['maskClick',['$event']]]]]}}" bindchange="__e" class="data-v-14863ebe"><view class="uni-input data-v-14863ebe">{{''+(birthday?birthday:'请选择')+''}}<icon class="iconfont icon-arrow-down-bold data-v-14863ebe"></icon></view></picker></view></view><view class="_tr data-v-14863ebe"><view class="_th data-v-14863ebe">爸爸身高</view><view class="_td data-v-14863ebe"><input class="input data-v-14863ebe" type="digit" placeholder="请输入" data-event-opts="{{[['input',[['__set_model',['','dadheight','$event',[]]]]]]}}" value="{{dadheight}}" bindinput="__e"/>cm</view><view class="_th data-v-14863ebe">妈妈身高</view><view class="_td data-v-14863ebe"><input class="input data-v-14863ebe" type="digit" placeholder="请输入" data-event-opts="{{[['input',[['__set_model',['','momheight','$event',[]]]]]]}}" value="{{momheight}}" bindinput="__e"/>cm</view></view></view><view class="table table2 data-v-14863ebe"><view class="_tr data-v-14863ebe"><view class="_th data-v-14863ebe">当前标准身高</view><view class="_th data-v-14863ebe">成年身高预测</view></view><view class="_tr data-v-14863ebe"><view class="_td data-v-14863ebe"><text class="data-v-14863ebe">{{geneticheight}}</text>cm</view><view class="_td data-v-14863ebe"><text class="data-v-14863ebe">{{adultheight}}</text><block wx:if="{{errorvalue}}"><text class="text data-v-14863ebe">{{"±"+errorvalue}}</text></block>cm</view></view></view><view data-event-opts="{{[['tap',[['handleClick',['$event']]]]]}}" class="btn mb-15 data-v-14863ebe" bindtap="__e">立即计算</view><view class="title mt-20 data-v-14863ebe"><view class="h5 data-v-14863ebe">如果当前实际身高﹤当前标准身高</view><view class="con data-v-14863ebe">孩子后天生长环境不利长高。请从饮食、睡眠、运动、情绪等方面排查。加强后天因素管理,让孩子处于最佳长高状态。</view><view class="h5 data-v-14863ebe">如果当前实际身高﹥当前标准身高</view><view class="con data-v-14863ebe">孩子后天生长环境有利长高。请继续保持加强后天因素管理孩子成年可比标准高10cm以上。</view></view></view>