index.wxml 717 Bytes
<view class="container"><uni-list vue-id="9afdb7fc-1" bind:__l="__l" vue-slots="{{['default']}}"><uni-list-item vue-id="{{('9afdb7fc-2')+','+('9afdb7fc-1')}}" showExtraIcon="true" extraIcon="{{({type:'person-filled'})}}" title="昵称" rightText="{{user.username}}" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('9afdb7fc-3')+','+('9afdb7fc-1')}}" showExtraIcon="true" extraIcon="{{({type:'phone-filled'})}}" title="手机号码" rightText="{{user.telephone}}" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('9afdb7fc-4')+','+('9afdb7fc-1')}}" showExtraIcon="true" extraIcon="{{({type:'email-filled'})}}" title="邮箱" rightText="{{user.email}}" bind:__l="__l"></uni-list-item></uni-list></view>