|
@@ -8,7 +8,7 @@
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/css/weui.min.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" type="text/css" href="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/css/base.css?v={{Msg "seo" "version"}}" />
|
|
|
<link rel="stylesheet" type="text/css" href="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/iconfont/iconfont.css?v={{Msg "seo" "version"}}" />
|
|
|
- <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/css/pay_order.css?v={{Msg "seo" "version"}}3">
|
|
|
+ <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/css/pay_order.css?v={{Msg "seo" "version"}}2">
|
|
|
<script src="{{Msg "seo" "cdn"}}/jyapp/js/jquery-3.2.1.min.js"></script>
|
|
|
<script src="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/js/weui.min.js"></script>
|
|
|
{{include "/common/js.html"}}
|
|
@@ -126,29 +126,30 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<p class="msg">购买须知:最低起售{{.T.orderMinPrice}}元;标准字段包:原价{{.T.unitPrice_normal}}元/条、{{.T.discount10}}折价{{.T.unitPrice_normal_final}}元/条计费;高级字段包:原价{{.T.unitPrice_senior}}元/条、{{.T.discount10}}折价{{.T.unitPrice_senior_final}}元/条计费;</p>
|
|
|
- <div class="fixed-bottom-box">
|
|
|
- <div class="weui-cells weui-cells_checkbox radio-form">
|
|
|
- <label class="weui-cell weui-check__label" for="s11">
|
|
|
- <div class="weui-cell__hd">
|
|
|
- <input type="checkbox" class="weui-check" name="checkbox1" id="s11" />
|
|
|
- <i class="weui-icon-checked"></i>
|
|
|
- </div>
|
|
|
- <div class="weui-cell__bd read">
|
|
|
- <p>我已阅读,理解并接受 <a href="/jyapp/front/staticPage/dataExport_serviceterms.html">《剑鱼标讯线上购买与服务条款》</a></p>
|
|
|
- </div>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="price">
|
|
|
- <span class="pay_before">原价:¥20,000</span>
|
|
|
- <strong class="pay_discount">¥16,300</strong>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </main>
|
|
|
+ <div class="fixed-bottom-box">
|
|
|
+ <div class="weui-cells weui-cells_checkbox radio-form">
|
|
|
+ <label class="weui-cell weui-check__label" for="s11">
|
|
|
+ <div class="weui-cell__hd">
|
|
|
+ <input type="checkbox" class="weui-check" name="checkbox1" id="s11" />
|
|
|
+ <i class="weui-icon-checked"></i>
|
|
|
</div>
|
|
|
- <div class="form-btn">
|
|
|
- <button class="btn prew dataPreview">预览数据</button>
|
|
|
- <button class="btn enter toPay" disabled="disabled">确认支付</button>
|
|
|
+ <div class="weui-cell__bd read">
|
|
|
+ <p>我已阅读,理解并接受 <a href="/jyapp/front/staticPage/dataExport_serviceterms.html">《剑鱼标讯线上购买与服务条款》</a></p>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </label>
|
|
|
</div>
|
|
|
- </main>
|
|
|
+ <div class="price">
|
|
|
+ <span class="pay_before">原价:¥20,000</span>
|
|
|
+ <strong class="pay_discount">¥16,300</strong>
|
|
|
+ </div>
|
|
|
+ <div class="form-btn">
|
|
|
+ <button class="btn prew dataPreview">预览数据</button>
|
|
|
+ <button class="btn enter toPay" disabled="disabled">确认支付</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!-- 引用weui Dialog组件 -->
|
|
|
<div class="js_dialog" id="tipDialog" style="display: none;">
|
|
|
<div class="weui-mask"></div>
|
|
@@ -468,7 +469,6 @@
|
|
|
var email=$(".email_input").val().replace(/\s*/g,"");
|
|
|
if(verity.length==6){
|
|
|
$.post("/jyapp/front/dataExport/checkMailVerify",{"emailVerity":verity,"email":email},function(data){
|
|
|
- alert(data.success)
|
|
|
if(data.success){
|
|
|
finishEmailVerity=true;
|
|
|
if(readClause&&finishPhoneVerity){
|