|
|
@@ -130,7 +130,7 @@ |
|
|
|
<textarea :value="content" :focus="textareaFocus" type="text" @input="changeContent" :auto-height="true" class="editor" |
|
|
|
:class="{'active':editing}" @click.stop="changeEditing(true)" @confirm="sendComment"> |
|
|
|
</textarea> |
|
|
|
<view class="placeholder" :class="{'editing':editing}" v-if="!content">写评价</view> |
|
|
|
<view class="placeholder" :class="{'editing':editing}" v-if="!content && !editing">写评价</view> |
|
|
|
<image class="edit" v-if="!editing && content == ''" src="/static/images/recordingManagement/edit.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<image class="like" v-if="myId != createUser && !editing" @click="changeLike" src="/static/images/recordingManagement/like.png" |
|
|
|