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 line
2.4 KiB
1 line
2.4 KiB
11 months ago
|
<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><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">{{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><navigator class="userinfo-item data-v-88bf8616" url="/subPackages/user/logout" tag="view"><label class="_span data-v-88bf8616">注销账号</label><view class="_i data-v-88bf8616">注销后账号无法恢复,请谨慎操作</view></navigator><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>
|