2024-11-25 14:04:05 +08:00
|
|
|
<view class="box data-v-748b2346"><view class="lanBox data-v-748b2346"><view class="headbox data-v-748b2346"><view class="touxiang data-v-748b2346"><block wx:if="{{headimg}}"><image class="headimage data-v-748b2346" src="{{headimg}}"></image></block><block wx:else><icon class="iconfont icon-user-filling headimage data-v-748b2346"></icon></block></view></view><view class="lan border-bottom data-v-748b2346"><view class="left data-v-748b2346">姓名</view><view class="right data-v-748b2346"><input name="name" type="text" placeholder="请输入姓名" data-event-opts="{{[['input',[['__set_model',['$0','nickname','$event',[]],['memInfo']]]]]}}" value="{{memInfo.nickname}}" bindinput="__e" class="data-v-748b2346"/><block wx:if="{{memInfo.nickname}}"><uni-icons vue-id="86dfc94c-1" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" class="data-v-748b2346" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-748b2346"><view class="left data-v-748b2346">性别</view><view class="right data-v-748b2346"><view class="radio data-v-748b2346"><uni-icons vue-id="86dfc94c-2" type="{{memInfo.gender==1?'checkbox-filled':'circle'}}" size="24" color="{{memInfo.gender==1?'#fea606':'#dfdfdf'}}" data-event-opts="{{[['^click',[['e1']]]]}}" bind:click="__e" class="data-v-748b2346" bind:__l="__l"></uni-icons>男</view><view class="radio ml-15 data-v-748b2346"><uni-icons vue-id="86dfc94c-3" type="{{memInfo.gender==2?'checkbox-filled':'circle'}}" size="24" color="{{memInfo.gender==2?'#fea606':'#dfdfdf'}}" data-event-opts="{{[['^click',[['e2']]]]}}" bind:click="__e" class="data-v-748b2346" bind:__l="__l"></uni-icons>女</view></view></view><view class="lan border-bottom data-v-748b2346"><view class="left data-v-748b2346">身高</view><view class="right data-v-748b2346"><input class="mr-5 data-v-748b2346" name="name" type="digit" placeholder="请输入身高" data-event-opts="{{[['input',[['__set_model',['$0','height','$event',[]],['memInfo']]]]]}}" value="{{memInfo.height}}" bindinput="__e"/>CM<block wx:if="{{memInfo.height}}"><uni-icons vue-id="86dfc94c-4" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e3']]]]}}" bind:click="__e" class="data-v-748b2346" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-748b2346"><view class="left data-v-748b2346">体重</view><view class="right data-v-748b2346"><input class="mr-5 data-v-748b2346" name="name" type="digit" placeholder="请输入体重" data-event-opts="{{[['input',[['__set_model',['$0','weight','$event',[]],['memInfo']]]]]}}" value="{{memInfo.weight}}" bindinput="__e"/>KG<block wx:if="{{memInfo.weight}}"><uni-icons vue-id="86dfc94c-5" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e4']]]]}}" bind:click="__e" class="data-v-748b2346" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-748b2346"><view class="left data-v-748b2346">出生日期</view><view class="right data-v-748b2346"><picker mode="date" end="{{endDate}}" value="{{memInfo.birthday?memInfo.birthday:endDate}}" fields="{{fields}}" data-event-opts="{{[['change',[['maskClick',['$event']]]]]}}" bindchange="__e" class="data-v-748b2346"><view class="uni-input data-v-748b2346">{{memInfo.birthday?memInfo.birthday:'请选择'}}</view><icon class="iconfont icon-arrow-down-bold data-v-748b2346"></icon></picker></view></view><view class="lan border-bottom data-v-748b2346"><view class="left data-v-748b2346">场景选择</view><view class="right data-v-748b2346"><view class="radio data-v-748b2346"><uni-icons vue-id="86dfc94c-6" type="{{memInfo.measure_model==1?'checkbox-filled':'circle'}}" size="24" color="{{memInfo.measure_model==1?'#fea606':'#dfdfdf'}}" data-event-opts="{{[['^click',[['handleMeasureModel',[1]]]]]}}" bind:click="__e" class="data-v-748b2346" bind:__l="__l"></uni-icons>体测模式</view><view class="radio ml-15 data-v-748b2346"><uni-icons vue-id="86dfc94c-7" type="{{memInfo.measure_model==2?'checkbox-filled':'circle'}}" size="24" color="{{memInf
|