feat: 商品详情对接调试
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
item.toolCall.componentName === CompName.createWorkOrderCard
|
||||
"
|
||||
/>
|
||||
<DetailCardCompontent
|
||||
v-else-if="
|
||||
item.toolCall.componentName === ''
|
||||
"
|
||||
:toolCall="item.toolCall"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<template #footer>
|
||||
@@ -140,6 +146,7 @@ import ActivityListComponent from "../module/banner/ActivityListComponent.vue";
|
||||
import RecommendPostsComponent from "../module/recommend/RecommendPostsComponent.vue";
|
||||
import AttachListComponent from "../module/attach/AttachListComponent.vue";
|
||||
import CreateServiceOrder from "@/components/CreateServiceOrder/index.vue";
|
||||
import DetailCardCompontent from "../module/detail/DetailCardCompontent.vue";
|
||||
import { mainPageData } from "@/request/api/MainPageDataApi";
|
||||
import {
|
||||
conversationMsgList,
|
||||
|
||||
Reference in New Issue
Block a user