|
@@ -108,15 +108,18 @@
|
|
|
</div>
|
|
|
{{end}}
|
|
|
</div>
|
|
|
- <div class="chooseList coupon-code-tx">
|
|
|
- <div class="coupon-code-sel choose_item">
|
|
|
- <a href="javascript:;">
|
|
|
- <span class="label">优惠码</span>
|
|
|
- <span class="info">输入优惠码</span>
|
|
|
- <i class="iconfont icon-arrow"></i>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ {{if not .T.isTrial }}
|
|
|
+ <div class="chooseList coupon-code-tx">
|
|
|
+ <div class="coupon-code-sel choose_item">
|
|
|
+ <a href="javascript:;">
|
|
|
+ <span class="label">优惠码</span>
|
|
|
+ <span class="info">输入优惠码</span>
|
|
|
+ <i class="iconfont icon-arrow"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {{end}}
|
|
|
+
|
|
|
<div class="vip_rules">
|
|
|
<!--
|
|
|
<div class="auto_renew weui-cells_checkbox radio-form">
|
|
@@ -179,7 +182,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="fixed-bottom-box">
|
|
|
- <div class="j-notice-bar bar-red vip-bar">限时6折,现在购买帮您省<span class="reduce-price">0</span>元</div>
|
|
|
+ {{if not .T.isTrial }}
|
|
|
+ <div class="j-notice-bar bar-red vip-bar">限时6折,现在购买帮您省<span class="reduce-price">0</span>元</div>
|
|
|
+ {{end}}
|
|
|
<div class="price">
|
|
|
<span class="billing-total">合计:</span>
|
|
|
<!-- <strong>¥1,300.00</strong> -->
|
|
@@ -188,13 +193,15 @@
|
|
|
<strong class="billing-price">5.80</strong>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="origin-price">
|
|
|
- <span class="price-label">原价:</span>
|
|
|
- <div class="price-container">
|
|
|
- <span class="currency-type">¥</span>
|
|
|
- <span class="price-num">5.80</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ {{if not .T.isTrial }}
|
|
|
+ <div class="origin-price">
|
|
|
+ <span class="price-label">原价:</span>
|
|
|
+ <div class="price-container">
|
|
|
+ <span class="currency-type">¥</span>
|
|
|
+ <span class="price-num">5.80</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {{end}}
|
|
|
<div class="weui-cells weui-cells_checkbox radio-form">
|
|
|
<label class="weui-cell weui-check__label" for="buy">
|
|
|
<div class="weui-cell__hd">
|
|
@@ -538,7 +545,7 @@
|
|
|
},
|
|
|
flushPrice: function (time, flag) {
|
|
|
if (this.vipSubisTrial) {
|
|
|
- $('.price strong').text('¥0.00');
|
|
|
+ $('.price strong').text('0.00');
|
|
|
} else {
|
|
|
var price = getsubVipOrderPriceBybuyset(this.nowBuyset, time);
|
|
|
//var price = getsubVipOrderPrice(this.areaSelect, this.industrySelect, time, this.price);
|