master
Abby 2 years ago
parent f071784ed0
commit b3c800451e

@ -5,7 +5,7 @@
class="comment-textarea" class="comment-textarea"
v-model="commentContent" v-model="commentContent"
placeholder="写下点什么..." placeholder="写下点什么..."
maxlength="2500"/> maxlength="1000"/>
<!-- 按钮 --> <!-- 按钮 -->
<div class="myBetween" style="margin-bottom: 10px"> <div class="myBetween" style="margin-bottom: 10px">
<div style="display: flex"> <div style="display: flex">

@ -95,6 +95,7 @@
pagination: { pagination: {
current: 1, current: 1,
size: 9999, size: 9999,
desc: false,
resourceType: "friendUrl" resourceType: "friendUrl"
}, },
friendList: [], friendList: [],

@ -18,7 +18,7 @@
placeholder="留下点什么啦~" placeholder="留下点什么啦~"
v-model="messageContent" v-model="messageContent"
@click="show = true" @click="show = true"
maxlength="150"/> maxlength="60"/>
<button v-show="show" <button v-show="show"
style="margin-left: 12px;cursor: pointer;width: 20%" style="margin-left: 12px;cursor: pointer;width: 20%"
@click="submitMessage" @click="submitMessage"

@ -76,9 +76,9 @@
</div> </div>
<div> <div>
<div v-if="!$common.isEmpty(currentUser.phoneNumber)"> <div v-if="!$common.isEmpty(currentUser.phoneNumber)">
{{ currentUser.phoneNumber }} <span class="changeInfo" @click="changeDialog('修改手机号')"></span> {{ currentUser.phoneNumber }} <span class="changeInfo" @click="changeDialog('修改手机号')"></span>
</div> </div>
<div v-else><span class="changeInfo" @click="changeDialog('绑定手机号')"></span></div> <div v-else><span class="changeInfo" @click="changeDialog('绑定手机号')"></span></div>
</div> </div>
<div> <div>
<div v-if="!$common.isEmpty(currentUser.email)"> <div v-if="!$common.isEmpty(currentUser.email)">
@ -121,6 +121,7 @@
width="30%" width="30%"
:before-close="clearDialog" :before-close="clearDialog"
:append-to-body="true" :append-to-body="true"
:close-on-click-modal="false"
center> center>
<div class="myCenter" style="flex-direction: column"> <div class="myCenter" style="flex-direction: column">
<div> <div>

Loading…
Cancel
Save