feat: 欢迎语优化
This commit is contained in:
parent
4f5a9dd873
commit
2ac8148f6a
@ -5,7 +5,7 @@
|
||||
<image class="top-item-left" :src="initPageImages.welcomeImageUrl"></image>
|
||||
<image class="top-item-right" :src="initPageImages.logoImageUrl"></image>
|
||||
</view>
|
||||
<ChatCardAI :text='welcomeContent'/>
|
||||
<ChatCardAI v-if="welcomeContent.length" :text='welcomeContent'/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user