|
@@ -109,6 +109,9 @@
|
|
|
zhiMaInfo.firstMsg
|
|
|
}}</span>
|
|
|
<!-- <span v-if="!zhiMaInfo.firstMsg && zhiMaInfo.pack_type === 0" class="report-first">开通权益卡更优惠</span> -->
|
|
|
+ <span class="end-time" v-if="zhiMaInfo.expiredMsg">{{
|
|
|
+ zhiMaInfo.expiredMsg
|
|
|
+ }}</span>
|
|
|
<div
|
|
|
v-if="zhiMaInfo.firstMsg || zhiMaInfo.pack_type === 0"
|
|
|
class="flex-1 justify-between credit_report_action"
|
|
@@ -121,7 +124,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="credit_report_content">
|
|
|
- <span>从陪跑到中标,破解围标陷阱。</span>
|
|
|
+ <span class="flex justify-between">
|
|
|
+ 从陪跑到中标,破解围标陷阱。
|
|
|
+ <span
|
|
|
+ v-if="zhiMaInfo.pack_type < 0"
|
|
|
+ class="credit_report_example"
|
|
|
+ @click="goDetail('芝麻共建分析报告')"
|
|
|
+ >查明细 <i class="texticon"
|
|
|
+ /></span>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="zhiMaInfo.pack_type > 0"
|