app_evaluating/unpackage/dist/dev/.tmp/app-plus/pages/mine/index.wxml

2 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-01-09 16:29:09 +08:00
<view><view class="content"><view class="image"><view class="image-content"><image class="background _img" src="{{backImg}}" mode="aspectFill"></image></view><view class="image-avatar"><image class="avatar" src="{{titlePhotoSrc}}" mode="aspectFill" data-event-opts="{{[['error',[['imgLoadError',['$event']]]],['tap',[['choseImg',['$event']]]]]}}" binderror="__e" bindtap="__e"></image><block wx:if="{{userInfoObj!=null}}"><view><view style="text-align:center;color:#FFFFFF;">{{userInfoObj.name}}</view><view style="text-align:center;color:#FFFFFF;">{{userInfoObj.phone}}</view></view></block><block wx:else><view>用户名
2020-01-10 14:30:31 +08:00
手机号</view></block></view></view><view class="item-li"><uni-list style="width:100%;align-items:center;" vue-id="1" bind:__l="__l" vue-slots="{{['default']}}"><uni-list-item vue-id="{{('2')+','+('1')}}" title="修改个人信息" thumb="../../static/mine/ic_mine_center.png" data-event-opts="{{[['^click',[['changeInfo']]]]}}" bind:click="__e" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('3')+','+('1')}}" title="修改密码" thumb="../../static/mine/ic_pwd.png" data-event-opts="{{[['^click',[['changePwd']]]]}}" bind:click="__e" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('4')+','+('1')}}" title="退出" thumb="../../static/mine/ic_logout.png" data-event-opts="{{[['^click',[['logout']]]]}}" bind:click="__e" bind:__l="__l"></uni-list-item></uni-list></view></view></view>