|
@@ -52,7 +52,7 @@
|
|
|
<div class="infotitle clearfix">
|
|
|
<span>当前搜索到<i class="msgCount"></i>条信息</span>
|
|
|
<em style="display:none">最大限额20,000条</em>
|
|
|
- <a class="dataPreview"><span class="iconfont icon-yulan"></span>预览数据</a>
|
|
|
+ <a class="dataPreview" id="track-data-preview-for-link"><span class="iconfont icon-yulan"></span>预览数据</a>
|
|
|
<a class="fr goback" style="position: relative;text-decoration: none;">
|
|
|
<img class="goback" src="{{Msg "seo" "cdn"}}/dataExport/image/sieve.png"
|
|
|
style="width: 16px;height: 16px;position: absolute;left: -19px;top: 2px;">返回筛选</a>
|
|
@@ -60,7 +60,7 @@
|
|
|
<div id="entuserguige" hidden="hidden">
|
|
|
<div class="title">支付方式</div>
|
|
|
<div class="inner clearfix switch-dataType" id="payTypeSelect">
|
|
|
- <div class="qy no-select" data-pay-type="数据流量包" style="display: none;">
|
|
|
+ <div class="qy no-select" id="select-data-pack-item" data-pay-type="数据流量包" style="display: none;">
|
|
|
<p>数据流量包扣除</p>
|
|
|
<div id="llb-tip-block" style="width: 164px;height: 28px;opacity: 1;background: rgba(0,0,0,0.75);text-align: center;padding: 4px;
|
|
|
border-radius: 4px;box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.08);
|
|
@@ -70,14 +70,14 @@
|
|
|
position: relative;left: 46%;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="dr no-select" data-pay-type="单日限量包" style="display: none;">
|
|
|
+ <div id="select-day-pack-item" class="dr no-select" data-pay-type="单日限量包" style="display: none;">
|
|
|
<p>单日限量数据包扣除</p>
|
|
|
</div>
|
|
|
<div class="gr no-select" data-pay-type="个人支付"><p>个人支付</p></div>
|
|
|
</div>
|
|
|
<div class="datapackage-buy-tip-group">
|
|
|
<span>数据流量包已上线,特惠充值随心导,2年有效</span>
|
|
|
- <a href="/front/dataPack/createOrder">立即购买数据流量包 ></a>
|
|
|
+ <a id="buy-data-pack-for-link" href="/front/dataPack/createOrder">立即购买数据流量包 ></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="select-ent-datapack" class="guige" data-show-type="数据流量包">
|
|
@@ -198,9 +198,9 @@
|
|
|
|
|
|
</p>
|
|
|
<p class="btn_createOrder">
|
|
|
- <button class="dataPreview">预览数据</button>
|
|
|
- <button class="toPay" data-need-bind-phone disabled="disabled">确认支付</button>
|
|
|
- <button class="toDeduction" data-need-bind-phone style="display: none" disabled="disabled">确认扣除
|
|
|
+ <button class="dataPreview" id="track-data-preview-for-button">预览数据</button>
|
|
|
+ <button id="pay-button-for-money" class="toPay" data-need-bind-phone disabled="disabled">确认支付</button>
|
|
|
+ <button id="pay-button-for-datapack" class="toDeduction" data-need-bind-phone style="display: none" disabled="disabled">确认扣除
|
|
|
</button>
|
|
|
</p>
|
|
|
</div>
|
|
@@ -244,11 +244,11 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="modal-footers">
|
|
|
- <button type="button" class="btn btn-primary">我知道了</button>
|
|
|
+ <button id="read-tip-for-dialog" type="button" class="btn btn-primary">我知道了</button>
|
|
|
</div>
|
|
|
<div class="modal-footers cancel" style="display: none">
|
|
|
- <button type="button" class="btn btn-primary">立即充值</button>
|
|
|
- <button type="button" class="btn btn-cancel">取消</button>
|
|
|
+ <button id="buy-data-pack-for-dialog" type="button" class="btn btn-primary">立即充值</button>
|
|
|
+ <button id="cancel-buy-data-pack-for-dialog" type="button" class="btn btn-cancel">取消</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|