1 line
6.4 KiB
Plaintext
1 line
6.4 KiB
Plaintext
|
|
<view class="box data-v-58a9cb2c"><view class="lanBox data-v-58a9cb2c"><view class="headbox data-v-58a9cb2c"><view class="touxiang data-v-58a9cb2c"><block wx:if="{{headimg}}"><image class="headimage data-v-58a9cb2c" src="{{headimg}}"></image></block><block wx:else><icon class="iconfont icon-user-filling headimage data-v-58a9cb2c"></icon></block></view></view><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">姓名</view><view class="right data-v-58a9cb2c"><input name="name" type="text" placeholder="请输入姓名" data-event-opts="{{[['input',[['__set_model',['$0','nickname','$event',[]],['memInfo']]]]]}}" value="{{memInfo.nickname}}" bindinput="__e" class="data-v-58a9cb2c"/><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-58a9cb2c" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">性别</view><view class="right data-v-58a9cb2c"><picker mode="selector" range="{{sexItem}}" data-event-opts="{{[['change',[['onsexArr',['$event']]]]]}}" bindchange="__e" class="data-v-58a9cb2c"><view class="uni-input data-v-58a9cb2c">{{memInfo.gender==0?'请选择':memInfo.gender==1?'男':'女'}}</view><icon class="iconfont icon-arrow-down-bold data-v-58a9cb2c"></icon></picker></view></view><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">身高</view><view class="right data-v-58a9cb2c"><input class="mr-5 data-v-58a9cb2c" 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-2" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e1']]]]}}" bind:click="__e" class="data-v-58a9cb2c" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">体重</view><view class="right data-v-58a9cb2c"><input class="mr-5 data-v-58a9cb2c" 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-3" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e2']]]]}}" bind:click="__e" class="data-v-58a9cb2c" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">出生日期</view><view class="right data-v-58a9cb2c"><picker mode="date" end="{{endDate}}" value="{{memInfo.birthday?memInfo.birthday:endDate}}" fields="{{fields}}" data-event-opts="{{[['change',[['maskClick',['$event']]]]]}}" bindchange="__e" class="data-v-58a9cb2c"><view class="uni-input data-v-58a9cb2c">{{memInfo.birthday?memInfo.birthday:'请选择'}}</view><icon class="iconfont icon-arrow-down-bold data-v-58a9cb2c"></icon></picker></view></view><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">身份信息</view><view class="right data-v-58a9cb2c"><picker mode="selector" range="{{identityList}}" value="{{identityIndex}}" range-key="name" data-event-opts="{{[['change',[['changegIdentity',['$event']]]]]}}" bindchange="__e" class="data-v-58a9cb2c"><view class="uni-input data-v-58a9cb2c">{{(identityList[identityIndex]?identityList[identityIndex].name:"请选择")+''}}</view><icon class="iconfont icon-arrow-down-bold data-v-58a9cb2c"></icon></picker></view></view><block wx:if="{{memInfo.identity_id=='P0'}}"><view class="lan border-bottom data-v-58a9cb2c"><view class="left data-v-58a9cb2c">自定义</view><view class="right data-v-58a9cb2c"><input name="name" type="text" placeholder="请输入身份" data-event-opts="{{[['input',[['__set_model',['','identityName','$event',[]]]]]]}}" value="{{identityName}}" bindinput="__e" class="d
|