Эх сурвалжийг харах

feat: 超级订阅banner文案修改

cuiyalong 4 жил өмнө
parent
commit
36538e7353

+ 3 - 2
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/css/keyset-list.css

@@ -206,11 +206,12 @@
 }
 
 .banner-box .content {
-  padding: 0 .18rem;
+  padding: 0 .12rem;
   flex: 1;
-  font-size: .3rem;
+  font-size: 15px;
   font-weight: 700;
   color: #fff;
+  white-space: nowrap;
 }
 
 .banner-box .right-action {

+ 2 - 2
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_renew.js

@@ -112,8 +112,8 @@ var renew = {
     },
     // 设置价格
     setPrice: function (price) {
-        this.price = price
-        coupon.updatePrice(this.price / 100)
+        this.price = parseInt(price)
+        coupon.updatePrice(parseInt(this.price / 100))
     },
     // 根据选中结果得到续费了多长时间的字符串
     getDuration: function (timeSelect) {

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -77,7 +77,7 @@
   		<div class="header_header" style="height: 60px;display:none;transition: all 0.1s;">
   			<div class="only-personal" style="position: absolute;top: .2rem;left: 4%;background-image: url(/jyapp/vipsubscribe/image/entback.png?v=51430);background-size: 100%;background-repeat: no-repeat;border-radius: 8px;width: 92%;display: flex;align-items: center;justify-content: space-between;height: 44px;">
   				<img style="width: 20px;height: 20px; margin-left: .3rem;" src="/jyapp/vipsubscribe/image/vip-icon.png?v=1">
-  				<span  data-name="doubleEleven_title" style="color:#fff;font-weight: bold;font-size: 15px;text-align: left;width: 4.1rem;">300组关键词特权</span>
+  				<span  data-name="doubleEleven_title" style="color:#fff;font-weight: bold;font-size: 15px;text-align: left;white-space: nowrap;">全国企业随手查,竞争实力尽展示!</span>
   				<span  data-name="doubleEleven_button" class="switch_ext" id="app-historypush-vipSub-banner" style="border-radius: 32px;display: flex;flex-direction: row;padding: 3px 12px;font-size: 12px;color: #FAE7CA;margin-right: .2rem;background: linear-gradient(to bottom, #F1D090 0%, #FAE7CA 100%);color: #33323A;font-family: PingFang SC;font-size: 12px;line-height: 18px;letter-spacing: 0px;text-align: center;">立即使用</span>
   			</div>
   		</div>

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/wxkeyset/index.html

@@ -26,7 +26,7 @@
         <div class="vip_banner">
             <div class="banner-box">
                 <span class="j-icon vip-icon"></span>
-                <span  data-name="doubleEleven_title" class="content">300组关键词特权</span>
+                <span  data-name="doubleEleven_title" class="content">全国企业随手查,竞争实力尽展示!</span>
                 <a  data-name="doubleEleven_button" class="right-action" id="free-keyset-list-link" href="/jyapp/vipsubscribe/introducePage">立即使用</a>
             </div>
         </div>

+ 3 - 2
src/web/staticres/vipsubscribe/css/keyset-list.css

@@ -208,11 +208,12 @@ html,body {
 }
 
 .banner-box .content {
-  padding: 0 .18rem;
+  padding: 0 .12rem;
   flex: 1;
-  font-size: .3rem;
+  font-size: 15px;
   font-weight: 700;
   color: #fff;
+  white-space: nowrap;
 }
 
 .banner-box .right-action {

+ 2 - 2
src/web/staticres/vipsubscribe/js/vip_renew.js

@@ -112,8 +112,8 @@ var renew = {
     },
     // 设置价格
     setPrice: function (price) {
-        this.price = price
-        coupon.updatePrice(this.price / 100)
+        this.price = parseInt(price)
+        coupon.updatePrice(parseInt(this.price / 100))
     },
     // 根据选中结果得到续费了多长时间的字符串
     getDuration: function (timeSelect) {

+ 1 - 1
src/web/templates/weixin/historypush.html

@@ -549,7 +549,7 @@
             {{else}}
             <div class="left">
                 <img src="/vipsubscribe/image/vip-icon.png">
-                <h4  data-name="doubleEleven_title">300组关键词特权</h4>
+                <h4  data-name="doubleEleven_title">全国企业随手查,竞争实力尽展示!</h4>
             </div>
             <a data-name="doubleEleven_button" onclick="tointroducepage()" id="app-historypush-vipSub-topBanner" class="right freeuse" style="text-decoration: none;background: linear-gradient(270deg, #F1D090 0%, #FAE7CA 100%)">立即使用</a>
             {{end}}

+ 1 - 1
src/web/templates/weixin/wxkeyset/index.html

@@ -30,7 +30,7 @@
         <div class="vip_banner">
             <div class="banner-box">
                 <span class="j-icon vip-icon"></span>
-                <span  data-name="doubleEleven_title" class="content">300组关键词特权</span>
+                <span  data-name="doubleEleven_title" class="content">全国企业随手查,竞争实力尽展示!</span>
                 <a  data-name="doubleEleven_button" class="right-action" id="free-keyset-list-link" href="/front/vipsubscribe/introducePage">立即使用</a>
             </div>
         </div>