Browse Source

Merge branch 'dev/v4.10.7_tsz' of qmx/jy into feature/v4.10.7

汤世哲 4 months ago
parent
commit
f309ec821a

+ 3 - 0
src/web/staticres/common-module/vipsubscribe/css/vip-free-introduce-template.css

@@ -95,6 +95,9 @@
 	line-height: .4rem;
 	color: #171826;
 }
+.introduction-card .body-list .body-item .product-name .title.isnew {
+  color: #BD7B2E;
+}
 .introduction-card .body-list .body-item .product-name .label {
 	margin-top: .08rem;
 	font-size: .24rem;

+ 1 - 2
src/web/staticres/common-module/vipsubscribe/js/vip-free-introduce-template.js

@@ -22,9 +22,8 @@ var vipFreeIntroduceTemplate = `
         <div class="body-list">
           <div v-for="(item, index) in info.content" :key="index" class="body-item">
             <div class="product-name">
-              <div class="title">
+              <div class="title" :class="{'isnew': item.isNew}">
                 @@item.name@@
-                <div v-if="item.isNew" class="isnew" />
               </div>
               <div class="label">
                 @@item.label@@