feat: 组件渲染
This commit is contained in:
@@ -74,16 +74,16 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<AnswerComponent
|
<AnswerComponent
|
||||||
v-if="isLongTextCard(item.componentName) && (item.componentName === CompName.longTextCard)"
|
v-if="isLongTextCard(item.componentName)"
|
||||||
:content="item.componentMsg || ''"
|
:content="item.componentMsg || ''"
|
||||||
:longTextData="item.longTextData"
|
:longTextData="item.longTextData"
|
||||||
:finish="item.finish"
|
:finish="item.finish"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<LongTextGuideCardPreview
|
<!-- <LongTextGuideCardPreview
|
||||||
v-if="isLongTextCard(item.componentName) && (item.componentName !== CompName.longTextCard)"
|
v-if="isLongTextCard(item.componentName) && (item.componentName !== CompName.longTextCard)"
|
||||||
:componentName="item.componentName"
|
:componentName="item.componentName"
|
||||||
/>
|
/> -->
|
||||||
|
|
||||||
<QuickBookingComponent
|
<QuickBookingComponent
|
||||||
v-if="
|
v-if="
|
||||||
|
|||||||
Reference in New Issue
Block a user