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