小助理

This commit is contained in:
liuye
2024-08-23 08:36:04 +08:00
parent 604fe63e7e
commit 5d5a18d617
2 changed files with 7 additions and 4 deletions

View File

@@ -32,7 +32,8 @@
<img src="https://cdn.cunwuyun.cn/wechat/baiduAI/play-d.gif" alt="" v-if="item.isPlay">
<img src="https://cdn.cunwuyun.cn/wechat/baiduAI/play-j.png" alt="" v-else>
</div>
<p v-if="!item.sdkFileUrl">{{item.content || ''}}</p>
<div v-if="item.content2Html" v-html="item.content2Html"></div>
<p v-if="!item.sdkFileUrl && !item.content2Html">{{item.content || ''}}</p>
</div>
<img src="https://cdn.cunwuyun.cn/wechat/baiduAI/user-img.png" alt="" class="user-img" v-if="item.userType != 1">
</div>