This commit is contained in:
liuye
2023-02-20 13:51:39 +08:00
parent 4a1fb16a3e
commit 902c1009bd

View File

@@ -13,9 +13,9 @@
</div>
</div>
<u-popup v-model="showComment" mode="bottom" border-radius="32">
<u-popup v-model="showComment" mode="bottom" border-radius="32" height="80%">
<h4 class="message_num">{{ commentList.length }}条评论</h4>
<div v-if="commentList.length">
<div v-if="commentList.length" style="padding-bottom:70px;">
<div class="comment_card" v-for="item in commentList" :key="item.id">
<div class="avatar">
<img :src="item.avatar" alt="" v-if="item.avatar">
@@ -121,6 +121,7 @@ export default {
if(res.code==0) {
this.flag = false
this.showSend = false
this.content = ''
this.getComment()
this.getDetail()
}
@@ -251,6 +252,8 @@ export default {
background: #fff;
padding: 24px 32px;
box-sizing: border-box;
position: fixed;
bottom: 0;
div {
width: 100%;
height: 80px;