uu
This commit is contained in:
parent
9892fd8c03
commit
3e0968de15
@ -3,20 +3,21 @@
|
||||
<tpx-layout>
|
||||
<template #body>
|
||||
<u-row custom-style="margin-top: 30rpx;">
|
||||
<u-input v-model="submitLogin.nickName" type="nickname" placeholder="昵称"
|
||||
font-size="30"
|
||||
placeholder-style=""
|
||||
></u-input>
|
||||
<view class="ml-40">
|
||||
<view class="mr-40">
|
||||
<button class="btn-open avatar-wrapper" open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
|
||||
<u-image v-if="submitLogin.avatarUrl" :src="submitLogin.avatarUrl" width="100" height="100" mode="aspectFill"/>
|
||||
<view v-else class="avatar-empty">头像</view>
|
||||
</button>
|
||||
</view>
|
||||
<u-input v-model="submitLogin.nickName" type="nickname" placeholder="昵称"
|
||||
font-size="30"
|
||||
placeholder-style=""
|
||||
></u-input>
|
||||
</u-row>
|
||||
|
||||
<u-row custom-style="margin-top: 30rpx;">
|
||||
<u-input v-model="submitLogin.phoneNumber" placeholder="手机号"
|
||||
readonly="true"
|
||||
font-size="30"
|
||||
placeholder-style=""
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user