'更换软著京西到家'

This commit is contained in:
wtq
2025-12-09 17:46:55 +08:00
parent c7cc6d864a
commit 467e130f7b
23 changed files with 160 additions and 128 deletions

View File

@@ -112,6 +112,19 @@
</view>
</view>
<view
class="chat-text-container"
v-else-if="item.msg_type == 101">
<!-- 自定义消息卡片 -->
<view>
<view class="top">{{ item.msg_content }}</view>
<view class="bottom">
{{ item.payLoad.content.data.mistTemplate.error }}
<!-- {{ JSON.parse(item.payLoad.content).data }} -->
</view>
</view>
</view>
<!-- 兜底 -->
<view class="chat-text-container" v-else> 未知信息 </view>
</view>