常熟
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
1.8 KiB

<block wx:if="{{info}}"><view class="data-v-88bf8616"><view class="user-other-info data-v-88bf8616"><view class="info-avatar-top _div data-v-88bf8616"><label class="_span data-v-88bf8616">头像</label><view data-event-opts="{{[['tap',[['uploadImg']]]]}}" bindtap="__e" class="data-v-88bf8616"><image style="width:80rpx;height:80rpx;border-radius:50%;" src="{{$root.m0}}" mode="aspectFill" class="data-v-88bf8616"></image></view></view><navigator class="userinfo-item data-v-88bf8616" url="/subPackages/user/changeNickname" tag="view"><label class="_span data-v-88bf8616">姓名</label><view class="data-v-88bf8616">{{nickname}}</view></navigator><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="userinfo-item data-v-88bf8616" bindtap="__e"><label class="_span data-v-88bf8616">性别</label><radio-group data-event-opts="{{[['change',[['changesex',['$event']]]]]}}" bindchange="__e" class="data-v-88bf8616"><block wx:for="{{sexes}}" wx:for-item="item" wx:for-index="index" wx:key="index"><label style="margin-right:15rpx;" class="data-v-88bf8616"><radio color="#7FD491" value="{{item.value}}" checked="{{index===info.gender-1}}" class="data-v-88bf8616"></radio>{{item.text+''}}</label></block></radio-group></view><view class="userinfo-item data-v-88bf8616"><label class="_span data-v-88bf8616">手机号</label><view class="data-v-88bf8616">{{info.mobile}}</view></view><view class="userinfo-item data-v-88bf8616"><label class="_span data-v-88bf8616">生日</label><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e" class="data-v-88bf8616"><view class="uni-input data-v-88bf8616">{{birthday}}</view></picker></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="btn-tao data-v-88bf8616" bindtap="__e">保存</view></view></view></block>