|
@@ -14,6 +14,7 @@
|
|
|
<link rel="stylesheet" type="text/css" href="/vipsubscribe/css/base2.css?v={{Msg "seo" "version"}}"/>
|
|
|
<link rel="stylesheet" type="text/css" href="/vipsubscribe/iconfont/iconfont.css?v={{Msg "seo" "version"}}"/>
|
|
|
<link rel="stylesheet" href="/vipsubscribe/css/vip_renew.css?v={{Msg "seo" "version"}}">
|
|
|
+ <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/css/wxbutton.css?v={{Msg "seo" "version"}}5">
|
|
|
<style>
|
|
|
.vip-header {
|
|
|
display: none;
|
|
@@ -105,21 +106,24 @@
|
|
|
</ul>
|
|
|
<div class="vip-footer renew">
|
|
|
<div class="footer-preview-container">
|
|
|
- <div class="clause-box">
|
|
|
- <span class="checkbox"></span>
|
|
|
- <span class="clause-read">我已阅读,理解并接受<a href="/front/staticPage/wx-serviceterms.html">《剑鱼标讯线上购买与服务条款》</a></span>
|
|
|
- </div>
|
|
|
<div class="price-preview">
|
|
|
<span class="preview-label"></span>
|
|
|
<span class="preview-content">
|
|
|
- <span class="billing-list-btn"></span>
|
|
|
- <span class="billing-price"></span>
|
|
|
+ <span class="billing-list-btn">合计:</span>
|
|
|
+ <div class="billing-list-price">
|
|
|
+ <span class="billing-mon">¥</span>
|
|
|
+ <span class="billing-price"></span>
|
|
|
+ </div>
|
|
|
</span>
|
|
|
</div>
|
|
|
+ <div class="clause-box">
|
|
|
+ <span class="checkbox"></span>
|
|
|
+ <span class="clause-read">我已阅读,理解并接受<a href="/front/staticPage/wx-serviceterms.html">《剑鱼标讯线上购买与服务条款》</a></span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="footer-button-group">
|
|
|
+ <div class="footer-button-group j-footer">
|
|
|
<!--<button class="button-l reset">取消</button>-->
|
|
|
- <button class="button-r confirm" disabled>确认支付</button>
|
|
|
+ <button class="button-r confirm j-button" disabled>确认支付</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -489,12 +493,12 @@
|
|
|
var price = getsubVipOrderPriceBybuyset(this.nowBuyset, time);
|
|
|
var showPrice = formatMoney(price);
|
|
|
if (flag === 1) {
|
|
|
- $('.billing-price').text('¥' + showPrice);
|
|
|
+ $('.billing-price').text(showPrice);
|
|
|
} else if (flag === 2) {
|
|
|
- $('.computed_price').html('¥' + showPrice);
|
|
|
+ $('.computed_price').html(showPrice);
|
|
|
} else {
|
|
|
- $('.billing-price').text('¥' + showPrice);
|
|
|
- $('.computed_price').html('¥' + showPrice);
|
|
|
+ $('.billing-price').text(showPrice);
|
|
|
+ $('.computed_price').html(showPrice);
|
|
|
}
|
|
|
this.flushSelectTime(time, flag === undefined ? 1 : flag);
|
|
|
},
|