feat: 欢迎提示的交互调整

This commit is contained in:
2025-10-21 19:40:00 +08:00
parent bb7b6d5c35
commit 91b2f4094c
2 changed files with 6 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
>
<image
class="ip relative"
:src="initPageImages.logoImageUrl"
:src="initPageImages?.logoImageUrl"
mode="aspectFit"
/>
<view
@@ -16,7 +16,7 @@
</view>
</view>
<ChatMoreTips :guideWords="guideWords" @replySent="handleReply" />
<ChatMoreTips :guideWords="guideWords" />
</view>
</view>
</template>