xuzhiheng 5 anni fa
parent
commit
be0908f4f4

BIN
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/.DS_Store


+ 1 - 0
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/css/vip_index_new.css

@@ -999,6 +999,7 @@
   justify-content: flex-end;
   padding: 0 .32rem;
   color: #9B9CA3;
+  margin-bottom: .2rem;
 }
 
 .origin-price .price-num {

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_index_new.js

@@ -782,7 +782,7 @@ $(function () {
             if (!reqData.isTrial) {
                 $(".preview-label").text("需补差价:");
                 $(".billing-list-btn").text("计费清单");
-                $(".va-total-container .total-price").text("¥" + formatMoney(status[0]));
+                $(".va-total-container .total-price").text("共计:¥" + formatMoney(status[0]));
                 flushSubtotal(status[3]);
                 console.log("subtotail", status)
             }

+ 1 - 1
src/jfw/modules/app/src/web/templates/vipsubscribe/vip_index_new.html

@@ -394,7 +394,7 @@
             </div>
             <div class="weui-half-screen-dialog__ft">
                 <div class="va-total-container">
-                    <span class="total-label">共计:</span>
+                    <span class="total-label"></span>
                     <span class="total-price">¥223.8</span>
                 </div>
             </div>

+ 1 - 0
src/web/staticres/vipsubscribe/css/vip_index_new.css

@@ -993,6 +993,7 @@
   justify-content: flex-end;
   padding: 0 .32rem;
   color: #9B9CA3;
+  margin-bottom: .2rem;
 }
 
 .origin-price .price-num {

+ 1 - 1
src/web/staticres/vipsubscribe/js/vip_index_new.js

@@ -788,7 +788,7 @@ $(function () {
             if (!reqData.isTrial) {
                 $(".preview-label").text("需补差价:");
                 $(".billing-list-btn").text("计费清单");
-                $(".va-total-container .total-price").text("¥" + formatMoney(status[0]));
+                $(".va-total-container .total-price").text("共计:¥" + formatMoney(status[0]));
                 flushSubtotal(status[3]);
                 console.log("subtotail", status[3])
             }

+ 1 - 1
src/web/templates/weixin/vipsubscribe/vip_index_new.html

@@ -396,7 +396,7 @@
         </div>
         <div class="weui-half-screen-dialog__ft">
             <div class="va-total-container">
-                <span class="total-label">共计:</span>
+                <span class="total-label"></span>
                 <span class="total-price">¥223.8</span>
             </div>
         </div>