Forráskód Böngészése

Merge branch 'dev/v1.1.15_yf' of jianyu/web into feature/v1.1.15

yangfeng 4 napja
szülő
commit
270ccd288e

+ 2 - 2
apps/bigmember_pc/src/views/reportDownload/record.vue

@@ -43,7 +43,7 @@
             <span class="zhi-ma-title">芝麻信用共建分析报告</span>
 
             <span
-              v-if="zhiMaReportInfo.packType"
+              v-if="zhiMaReportInfo.packType > 0"
               class="member-type"
               :class="packageClassName"
               >{{ packageText }}<i class="vip-icon">VIP</i></span
@@ -61,7 +61,7 @@
           >
             从陪跑到中标,破解围标陷阱。
           </p>
-          <div class="package-num" v-if="zhiMaReportInfo.packType">
+          <div class="package-num" v-if="zhiMaReportInfo.packType > 0">
             <span>
               本月余额
               <strong>{{ zhiMaReportInfo.balance }}</strong>

+ 12 - 1
apps/mobile/src/views/reportAnalysis/reportDownload.vue

@@ -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"