account-info.wxml 1.7 KB
<view class="account-info data-v-21e4e319"><view class="cell top data-v-21e4e319"><u-cell-group vue-id="1ab8010d-1" border="{{false}}" class="data-v-21e4e319" bind:__l="__l" vue-slots="{{['default']}}"><u-cell-item vue-id="{{('1ab8010d-2')+','+('1ab8010d-1')}}" border-bottom="{{true}}" title="登录账号" value="{{vuex_user.username}}" title-style="{{({padding:'0 0 0 14rpx',color:'rgba(0,0,0,0.9)',fontSize:'34rpx'})}}" arrow="{{true}}" arrow-direction="right" data-event-opts="{{[['^tap',[['link',['account']]]]]}}" bind:tap="__e" class="data-v-21e4e319" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('1ab8010d-3')+','+('1ab8010d-1')}}" border-bottom="{{true}}" title="登录密码" value="{{vuex_user.password?'******':''}}" title-style="{{({padding:'0 0 0 14rpx',color:'rgba(0,0,0,0.9)',fontSize:'34rpx'})}}" arrow="{{true}}" arrow-direction="right" data-event-opts="{{[['^tap',[['link',['password']]]]]}}" bind:tap="__e" class="data-v-21e4e319" bind:__l="__l"></u-cell-item></u-cell-group></view><view class="cell bottom data-v-21e4e319"><u-cell-group vue-id="1ab8010d-4" border="{{false}}" class="data-v-21e4e319" bind:__l="__l" vue-slots="{{['default']}}"><u-cell-item vue-id="{{('1ab8010d-5')+','+('1ab8010d-4')}}" border-bottom="{{true}}" title="注册时间" value="{{getCreatedTime}}" title-style="{{({padding:'0 0 0 14rpx',color:'rgba(0,0,0,0.9)',fontSize:'34rpx'})}}" arrow="{{false}}" class="data-v-21e4e319" bind:__l="__l"></u-cell-item><u-cell-item vue-id="{{('1ab8010d-6')+','+('1ab8010d-4')}}" border-bottom="{{true}}" title="最近登录时间" value="{{getLastLoginTime}}" title-style="{{({padding:'0 0 0 14rpx',color:'rgba(0,0,0,0.9)',fontSize:'34rpx'})}}" arrow="{{false}}" class="data-v-21e4e319" bind:__l="__l"></u-cell-item></u-cell-group></view></view>