导游中台-游客端
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
2.5 KiB

<block wx:if="{{info}}"><view class="bg flex-column data-v-88bf8616"><view class="user-other-info flex-1 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']]]]}}" class="edit data-v-88bf8616" bindtap="__e"><image style="width:80rpx;height:80rpx;border-radius:50%;" src="{{$root.m0}}" mode="aspectFill" class="data-v-88bf8616"></image></view></view><view class="userinfo-item data-v-88bf8616"><label class="_span data-v-88bf8616">昵称</label><view class="data-v-88bf8616"><input type="text" placeholder="请填写" data-event-opts="{{[['input',[['__set_model',['','nickname','$event',[]]]]]]}}" value="{{nickname}}" bindinput="__e" class="data-v-88bf8616"/></view></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="userinfo-item edit data-v-88bf8616" bindtap="__e"><label class="_span data-v-88bf8616">性别</label><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" bindtap="__e" class="data-v-88bf8616">{{gender==1?'男':gender==2?'女':'保密'}}</view></view><view class="userinfo-item data-v-88bf8616"><label class="_span data-v-88bf8616">邮箱</label><view class="data-v-88bf8616"><input type="text" placeholder="请填写" data-event-opts="{{[['input',[['__set_model',['','email','$event',[]]]]]]}}" value="{{email}}" bindinput="__e" class="data-v-88bf8616"/></view></view><view class="userinfo-item edit data-v-88bf8616"><label class="_span data-v-88bf8616">生日</label><view class="data-v-88bf8616"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e" class="data-v-88bf8616"><text class="uni-input data-v-88bf8616">{{birthday}}</text></picker></view></view></view><view class="flex-shrink-0 data-v-88bf8616" style="height:200rpx;"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="btn-tao data-v-88bf8616" bindtap="__e">保存</view></view><uni-popup vue-id="8f303a9e-1" type="bottom" data-ref="popup" class="data-v-88bf8616 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-box data-v-88bf8616"><block wx:for="{{sexes}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changesex',[index]]]]]}}" class="popup-item flex-center data-v-88bf8616" bindtap="__e">{{item.text}}</view></block><view data-event-opts="{{[['tap',[['e2',['$event']]]]]}}" class="popup-items flex-center data-v-88bf8616" bindtap="__e">取消</view></view></uni-popup></view></block>