Commit 7be26ee3 by yanju

fix-issue#14

parent 00c01565
......@@ -3,7 +3,7 @@
<card-container style="margin-top: 16px;padding-bottom: 32px" title="个人信息" :label="isEdit?'返回':'修改'" @listenCardConLabel="changeEditor1">
<div class="info-account-item__wrap">
<yun-avatar size="90px" :src="$store.state.userProfile.avatar" :name="$store.state.userProfile.nickName"> </yun-avatar>
<div class="change-button"><span>修改头像</span>
<div class="change-button"><span>更换头像</span>
<input type="file" @change="(e)=>openCropper(e)" />
</div>
<input type="text" :disabled="!nickCanModify" v-if="isEdit" v-model="nickName" :placeholder="nickName" class="input1" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment