feat: 购买须知的优化
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<view class="chat-ai">
|
<view class="chat-ai">
|
||||||
<view class="loading-container" >
|
<view class="loading-container" >
|
||||||
<image v-if="isLoading" class="loading-img" src="/static/msg_loading.svg" />
|
<image v-if="isLoading" class="loading-img" src="/static/msg_loading.svg" />
|
||||||
<ChatMarkdown :key="textKey" :text="processedText" />
|
<ChatMarkdown :key="textKey" :text="processedText" />
|
||||||
</view>
|
</view>
|
||||||
<slot name="content"></slot>
|
<slot name="content"></slot>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -2,7 +2,11 @@
|
|||||||
<view class="notice-info mb12">
|
<view class="notice-info mb12">
|
||||||
<view class="notice-title"> 购买须知 </view>
|
<view class="notice-title"> 购买须知 </view>
|
||||||
|
|
||||||
<zero-markdown-view :markdown="orderData.commodityTip" :fontSize="14" />
|
<zero-markdown-view
|
||||||
|
:markdown="orderData.commodityTip"
|
||||||
|
:fontSize="14"
|
||||||
|
:aiMode="true"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -27,4 +31,4 @@ const props = defineProps({
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "./styles/index.scss";
|
@import "./styles/index.scss";
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user