|
@@ -11,6 +11,7 @@
|
|
|
<link rel="stylesheet" href="/vipsubscribe/css/weui.min.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" href="/vipsubscribe/iconfont/iconfont.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" href="/vipsubscribe/css/vip_purchase.css?v={{Msg "seo" "version"}}">
|
|
|
+ <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/css/wxbutton.css?v={{Msg "seo" "version"}}5">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div>
|
|
@@ -141,6 +142,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="fixed-bottom-box">
|
|
|
+ <div class="price">
|
|
|
+ <!-- <strong>¥1,300.00</strong> -->
|
|
|
+ <span class="billing-total">合计:</span>
|
|
|
+ <!-- <strong>¥1,300.00</strong> -->
|
|
|
+ <div class="billing-list-btn">
|
|
|
+ <span class="billing-mon">¥</span>
|
|
|
+ <strong class="billing-price">5.80</strong>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="weui-cells weui-cells_checkbox radio-form">
|
|
|
<label class="weui-cell weui-check__label" for="buy">
|
|
|
<div class="weui-cell__hd">
|
|
@@ -157,22 +167,20 @@
|
|
|
</div>
|
|
|
</label>
|
|
|
</div>
|
|
|
- <div class="price">
|
|
|
- <!-- <strong>¥1,300.00</strong> -->
|
|
|
- <strong>¥5.80</strong>
|
|
|
- </div>
|
|
|
- <div class="form-btn">
|
|
|
- <button class="btn enter" disabled id="payHandle">去支付</button>
|
|
|
+ <div class="form-btn j-footer">
|
|
|
+ <button class="btn enter j-button" disabled id="payHandle">去支付</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<!-- 选择行业 -->
|
|
|
<div class="js_dialog time_cycle" id="time_cycle" style="display: none;">
|
|
|
<div class="weui-mask"></div>
|
|
|
- <div class="box">
|
|
|
+ <div class="box sub_limit">
|
|
|
<div class="box_hd">
|
|
|
- <h3>订阅周期</h3>
|
|
|
- <span class="cancel">取消</span>
|
|
|
+ <h3>选择订阅周期</h3>
|
|
|
+ <span class="cancel">
|
|
|
+ <img src="/images/wxqc.png" alt="" style="width: 0.36rem;">
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="box_bd">
|
|
|
<!-- <div class="tips monthly_tips" style="display: none">
|
|
@@ -182,7 +190,10 @@
|
|
|
1-2年5折,3年4折
|
|
|
</div> -->
|
|
|
<!--<div class="tips profit_tips" style="display: none">已选择10个月,建议“按年订阅”</div>-->
|
|
|
- <div class="computed_price"></div>
|
|
|
+ <div class="computed">
|
|
|
+ <span class="computed_mon">¥</span>
|
|
|
+ <div class="computed_price"></div>
|
|
|
+ </div>
|
|
|
<div class="bd_select">
|
|
|
<div class="weui-cells weui-cells_checkbox choose-form">
|
|
|
<label class="weui-cell weui-check__label monthly_label" for="monthly">
|
|
@@ -218,15 +229,15 @@
|
|
|
</div>
|
|
|
</label>
|
|
|
<div class="number_box" id="number_box_year" style="border: 0;">
|
|
|
- <span class="year_number" data-id="1">1年</span>
|
|
|
- <span class="year_number" data-id="2">2年</span>
|
|
|
- <span class="year_number" data-id="3">3年</span>
|
|
|
+ <span class="year_number j-button-select" data-id="1">1年</span>
|
|
|
+ <span class="year_number j-button-select" data-id="2">2年</span>
|
|
|
+ <span class="year_number j-button-select" data-id="3">3年</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="form-btn">
|
|
|
- <button class="btn enter" id="enter_period">确认</button>
|
|
|
+ <div class="form-btn j-footer">
|
|
|
+ <button class="btn enter j-button" id="enter_period">确认</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -514,12 +525,12 @@
|
|
|
//var price = getsubVipOrderPrice(this.areaSelect, this.industrySelect, time, this.price);
|
|
|
var showPrice = formatMoney(price);
|
|
|
if (flag === 1) {
|
|
|
- $('.price strong').text('¥' + showPrice);
|
|
|
+ $('.price strong').text(showPrice);
|
|
|
} else if (flag === 2) {
|
|
|
- $('.computed_price').html('¥' + showPrice);
|
|
|
+ $('.computed_price').html(showPrice);
|
|
|
} else {
|
|
|
- $('.price strong').text('¥' + showPrice);
|
|
|
- $('.computed_price').html('¥' + showPrice);
|
|
|
+ $('.price strong').text(showPrice);
|
|
|
+ $('.computed_price').html(showPrice);
|
|
|
}
|
|
|
|
|
|
}
|