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.5 KiB
1 lines
1.5 KiB
<view class="mine-pages-setting"><view class="topContainer"><view class="topitem" style="padding:20rpx 0;"><text>头像</text><view><image class="avatar radius" src="{{user_info.avatarUrl}}"></image><view class="iconfont icon-right _i"></view></view></view><view class="topitem"><view class="left"><view>昵称</view><view style="margin-left:40rpx;">{{user_info.nickName}}</view></view><view class="iconfont icon-right _i"></view></view><view class="topitem" style="border-bottom:none;"><view class="left"><view>手机号</view><view style="margin-left:40rpx;">{{user_info.split_phone}}</view></view><view class="iconfont icon-right _i"></view></view></view><view class="bottomContent"><block wx:for="{{infoList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDetail',[index,'infoList']]]]]}}" class="flex-between fill-base f-paragraph" style="border-bottom:1px solid #EAEAEA;margin:0 15px;padding:15px 0;" catchtap="__e"><view>{{item.text}}</view><view class="iconfont icon-right _i"></view></view></block></view><view class="space-max-footer"></view><view style="display:flex;"><view data-event-opts="{{[['tap',[['zhuxiao',['$event']]]]]}}" class="logoutBtn logoutBtnTwo" bindtap="__e">注销账号</view><view data-event-opts="{{[['tap',[['toLoginOut',['$event']]]]]}}" class="logoutBtn" bindtap="__e">退出登录</view></view><u-modal vue-id="3549ecd2-1" show="{{show}}" content="已提交申请待审核" data-event-opts="{{[['^confirm',[['e0']]]]}}" bind:confirm="__e" bind:__l="__l"></u-modal></view> |