|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
<uni-list> |
|
|
|
|
<uni-list-item :show-extra-icon="true" showArrow :extra-icon="phoneIcon" title="手机号" :rightText="info.phone" clickable @click="toPage('../phone/phone')" /> |
|
|
|
|
<uni-list-item :show-extra-icon="true" showArrow :extra-icon="mailIcon" title="邮箱" :rightText="info.email" clickable @click="toPage('../email/email')" /> |
|
|
|
|
<uni-list-item :show-extra-icon="true" showArrow :extra-icon="accountIcon" title="账号" :rightText="info.account" clickable @click="toPage('../account/account')" /> |
|
|
|
|
<uni-list-item :show-extra-icon="true" :extra-icon="accountIcon" title="账号" :rightText="info.account" /> |
|
|
|
|
<uni-list-item :show-extra-icon="true" showArrow :extra-icon="pwdIcon" title="密码" rightText="******" clickable @click="toPage('../password/password')" /> |
|
|
|
|
</uni-list> |
|
|
|
|
|
|
|
|
|