feat: 组件条件调整
This commit is contained in:
@@ -74,15 +74,15 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<AnswerComponent
|
<AnswerComponent
|
||||||
v-if="isLongTextCard(item.componentName)"
|
v-if="isLongTextCard(item.componentName) && !(item.componentName === CompName.longTextCardRoute || item.componentName === CompName.longTextCardFullDoc)"
|
||||||
:longTextData="item.longTextData"
|
:longTextData="item.longTextData"
|
||||||
:finish="item.finish"
|
:finish="item.finish"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- <LongTextGuideCardPreview
|
<LongTextGuideCardPreview
|
||||||
v-if="item.componentName && isLongTextCard(item.componentName)"
|
v-if="item.componentName && (item.componentName === CompName.longTextCardRoute || item.componentName === CompName.longTextCardFullDoc)"
|
||||||
:componentName="item.componentName"
|
:componentName="item.componentName"
|
||||||
/> -->
|
/>
|
||||||
|
|
||||||
<QuickBookingComponent
|
<QuickBookingComponent
|
||||||
v-if="
|
v-if="
|
||||||
|
|||||||
Reference in New Issue
Block a user