1 line
3.8 KiB
Plaintext
1 line
3.8 KiB
Plaintext
<view class="box data-v-491eadc7"><view class="lanBox data-v-491eadc7"><view class="headbox data-v-491eadc7"><view class="touxiang data-v-491eadc7"><block wx:if="{{headimg}}"><image class="headimage data-v-491eadc7" src="{{headimg}}"></image></block><block wx:else><icon data-event-opts="{{[['tap',[['handleUpImg',['$event']]]]]}}" class="iconfont icon-user-filling headimage data-v-491eadc7" bindtap="__e"></icon></block></view></view><view class="lan border-bottom data-v-491eadc7"><view class="left data-v-491eadc7">姓名</view><view class="right data-v-491eadc7"><input name="name" type="text" placeholder="请输入姓名" data-event-opts="{{[['input',[['__set_model',['$0','nickname','$event',[]],['memInfo']]]]]}}" value="{{memInfo.nickname}}" bindinput="__e" class="data-v-491eadc7"/><block wx:if="{{memInfo.nickname}}"><uni-icons vue-id="4a90e7c2-1" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" class="data-v-491eadc7" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-491eadc7"><view class="left data-v-491eadc7">性别</view><view class="right data-v-491eadc7"><picker mode="selector" range="{{sexItem}}" data-event-opts="{{[['change',[['onsexArr',['$event']]]]]}}" bindchange="__e" class="data-v-491eadc7"><view class="uni-input data-v-491eadc7">{{memInfo.gender==0?'请选择':memInfo.gender==1?'男':'女'}}</view><icon class="iconfont icon-arrow-down-bold data-v-491eadc7"></icon></picker></view></view><view class="lan border-bottom data-v-491eadc7"><view class="left data-v-491eadc7">身高</view><view class="right data-v-491eadc7"><input class="mr-5 data-v-491eadc7" 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="4a90e7c2-2" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e1']]]]}}" bind:click="__e" class="data-v-491eadc7" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-491eadc7"><view class="left data-v-491eadc7">体重</view><view class="right data-v-491eadc7"><input class="mr-5 data-v-491eadc7" 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="4a90e7c2-3" type="clear" color="#999" size="20" data-event-opts="{{[['^click',[['e2']]]]}}" bind:click="__e" class="data-v-491eadc7" bind:__l="__l"></uni-icons></block></view></view><view class="lan border-bottom data-v-491eadc7"><view class="left data-v-491eadc7">出生日期</view><view class="right data-v-491eadc7"><picker mode="date" end="{{endDate}}" value="{{memInfo.birthday?memInfo.birthday:endDate}}" fields="time" data-event-opts="{{[['change',[['maskClick',['$event']]]]]}}" bindchange="__e" class="data-v-491eadc7"><view class="uni-input data-v-491eadc7">{{memInfo.birthday?memInfo.birthday:'请选择'}}</view><icon class="iconfont icon-arrow-down-bold data-v-491eadc7"></icon></picker></view></view><view class="lan border-bottom data-v-491eadc7"><view class="left data-v-491eadc7">所在年级</view><view class="right data-v-491eadc7"><picker mode="selector" range="{{gradeList}}" value="{{index}}" range-key="name" data-event-opts="{{[['change',[['changegType',['$event']]]]]}}" bindchange="__e" class="data-v-491eadc7"><view class="uni-input data-v-491eadc7">{{gradeList[index]?gradeList[index].name:"请选择"}}</view><icon class="iconfont icon-arrow-down-bold data-v-491eadc7"></icon></picker></view></view></view><view data-event-opts="{{[['tap',[['confirmInfo',['$event']]]]]}}" class="btn data-v-491eadc7" bindtap="__e">提交</view></view> |