Browse Source

Merge branch 'dev/v4.10.32_yf' of qmx/jy into feature/v4.10.32

yangfeng 3 days ago
parent
commit
96434687d0

+ 1 - 1
src/web/staticres/common-module/mobile-portrayal-footer/js/mobile-portrayal-footer.js

@@ -230,7 +230,7 @@ var mobilePortrayalFooter = {
         if (packageType < 0 && expiredDay) {
           return `<div class="gray-tip-box">您的权益已过期${expiredDay}天,<br>开通权益享特惠</div>`
         } else {
-          return `<div class="highlight-tip-box">${discountMsg}</div>`
+          return  discountMsg ? `<div class="highlight-tip-box">${discountMsg}</div>` : `<p class="gray-tip-box"><span class="highlight-text">开通招投标综合分析权益,<br>看报告更优惠!</span></p>`
         }
       }
     },