30796
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
<div class="msg-wrapper msg-link" v-if="item.msgType === '4'">
|
||||
<h2>{{ item.linkTitle }}</h2>
|
||||
<div class="msg-right">
|
||||
<p v-if="item.linkDesc">{{ item.linkDesc }}</p>
|
||||
<img v-if="item.linkPicUrl" :src="item.linkPicUrl" />
|
||||
<p>{{ item.linkDesc }}</p>
|
||||
<img :src="item.linkPicUrl || 'https://cdn.cunwuyun.cn/dvcp/announce/html.png'" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="msg-wrapper msg-miniapp" v-if="item.msgType === '5'">
|
||||
|
||||
Reference in New Issue
Block a user