This commit is contained in:
yanran200730
2022-08-09 14:40:50 +08:00
parent cb3f7da491
commit 01fd644312
2 changed files with 11 additions and 5 deletions

View File

@@ -36,8 +36,8 @@
<div class="msg-wrapper msg-link" v-if="item.msgType === '4'">
<h2>{{ item.linkTitle }}</h2>
<div class="msg-right">
<p>{{ item.linkDesc }}</p>
<img :src="item.linkPicUrl" />
<p v-if="item.linkDesc">{{ item.linkDesc }}</p>
<img v-if="item.linkPicUrl" :src="item.linkPicUrl" />
</div>
</div>
<div class="msg-wrapper msg-miniapp" v-if="item.msgType === '5'">