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
3.2 KiB
1 lines
3.2 KiB
<view class="mine-pages-setting"><view class="flex-center flex-column pd-lg fill-base"><view class="space-lg"></view><view class="space-lg"></view><image class="avatar radius" mode="aspectFill" src="{{user_info.avatarUrl}}"></image><block wx:if="{{user_info.phone}}"><view data-event-opts="{{[['tap',[['toResetPhone',['$event']]]]]}}" class="flex-y-center f-title c-caption mt-md" catchtap="__e">{{''+user_info.split_phone+''}}<block wx:if="{{configInfo.short_code_status}}"><view class="ml-md f-caption" style="{{'color:'+(primaryColor)+';'}}">更换手机号</view></block></view></block></view><view class="flex-between pd-lg fill-base f-paragraph"><view>昵称</view><view class="c-caption">{{user_info.nickName}}</view></view><view class="flex-between pd-lg fill-base f-paragraph"><view>注册时间</view><view class="c-caption">{{user_info.create_date||'-'}}</view></view><view class="space-md"></view><block wx:for="{{infoList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDetail',[index,'infoList','$0'],[[['infoList','',index]]]]]]]}}" class="flex-between pd-lg fill-base f-paragraph" catchtap="__e"><view>{{item.text}}</view><view class="iconfont icon-right _i"></view></view></block><view class="space-max-footer"></view><fix-bottom-button vue-id="3549ecd2-1" text="{{[{text:'注销账户',type:'cancel'},{text:'退出登录',type:'confirm'}]}}" bgColor="#fff" data-event-opts="{{[['^cancel',[['e0']]],['^confirm',[['toLoginOut']]]]}}" bind:cancel="__e" bind:confirm="__e" bind:__l="__l"></fix-bottom-button><uni-popup class="vue-ref" vue-id="3549ecd2-2" maskClick="{{false}}" data-ref="show_phone_item" bind:__l="__l" vue-slots="{{['default']}}"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="common-popup-content popup-phone pd-lg flex-center flex-column fill-base" catchtap="__e"><view class="f-md-title c-black">请输入手机号</view><view class="space-lg pb-lg"></view><view class="space-lg pb-lg"></view><view class="flex-center mb-lg"><view class="input-info sm mr-md radius-16"><input class="item-input flex-y-center pl-lg pr-lg f-sm-title c-title" type="number" placeholder-class="c-placeholder" placeholder="{{rule[0].errorMsg}}" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['subForm']]]]]}}" value="{{subForm.phone}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['toSend',['$event']]]]]}}" class="send-btn flex-center c-base radius-16" style="{{'background:'+(primaryColor)+';'}}" bindtap="__e">{{''+(authTime>0?'('+authTime+'s)':'发送')+''}}</view></view><view class="input-info radius-16"><input class="item-input flex-y-center pl-lg pr-lg f-sm-title c-title" type="number" maxlength="6" placeholder-class="c-placeholder" placeholder="{{rule[1].errorMsg}}" data-event-opts="{{[['input',[['__set_model',['$0','short_code','$event',[]],['subForm']]]]]}}" value="{{subForm.short_code}}" bindinput="__e"/></view><view class="button"><view data-event-opts="{{[['tap',[['toResetItem',['$event']]]]]}}" class="item-child" catchtap="__e">取消</view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="item-child" style="{{'background:'+(primaryColor)+';'+('color:'+('#fff')+';')}}" catchtap="__e">确定</view></view></view></uni-popup></view> |