|
@@ -41,15 +41,16 @@
|
|
/>
|
|
/>
|
|
<p class="flex items-center justify-between">
|
|
<p class="flex items-center justify-between">
|
|
<span class="zhi-ma-title">芝麻信用共建分析报告</span>
|
|
<span class="zhi-ma-title">芝麻信用共建分析报告</span>
|
|
- <!-- <template>
|
|
|
|
- <span v-if="zhiMaReportInfo.isFree" class="free-buy-btn">去开通</span>
|
|
|
|
- </template> -->
|
|
|
|
|
|
+
|
|
<span
|
|
<span
|
|
v-if="zhiMaReportInfo.packType"
|
|
v-if="zhiMaReportInfo.packType"
|
|
class="member-type"
|
|
class="member-type"
|
|
:class="packageClassName"
|
|
:class="packageClassName"
|
|
>{{ packageText }}<i class="vip-icon">VIP</i></span
|
|
>{{ packageText }}<i class="vip-icon">VIP</i></span
|
|
>
|
|
>
|
|
|
|
+ <!-- <template v-else-if="!zhiMaReportInfo.firstText && zhiMaReportInfo.packType === 0">
|
|
|
|
+ <span class="free-buy-btn" @click="goBuyAnalysisReport">去开通</span>
|
|
|
|
+ </template> -->
|
|
<span v-else class="free-buy-btn" @click="goBuyAnalysisReport"
|
|
<span v-else class="free-buy-btn" @click="goBuyAnalysisReport"
|
|
>去购买</span
|
|
>去购买</span
|
|
>
|
|
>
|
|
@@ -77,7 +78,13 @@
|
|
<span v-if="zhiMaReportInfo.firstText" class="highlight-text">{{
|
|
<span v-if="zhiMaReportInfo.firstText" class="highlight-text">{{
|
|
zhiMaReportInfo.firstText
|
|
zhiMaReportInfo.firstText
|
|
}}</span>
|
|
}}</span>
|
|
- <!-- <span v-if="zhiMaReportInfo.isFree" class="highlight-text">开通权益卡更优惠</span> -->
|
|
|
|
|
|
+ <span
|
|
|
|
+ v-if="
|
|
|
|
+ !zhiMaReportInfo.firstText && zhiMaReportInfo.packType === 0
|
|
|
|
+ "
|
|
|
|
+ class="highlight-text"
|
|
|
|
+ >开通权益卡更优惠</span
|
|
|
|
+ >
|
|
<span
|
|
<span
|
|
v-if="zhiMaReportInfo.packType > 0 && zhiMaReportInfo.endTime"
|
|
v-if="zhiMaReportInfo.packType > 0 && zhiMaReportInfo.endTime"
|
|
class="light-gray-text"
|
|
class="light-gray-text"
|