|
@@ -69,11 +69,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="j-button-group">
|
|
|
- <a ="bindPhoneCustomer()" class="j-button-cancel" id="j_cancel">
|
|
|
+ <a v-bound-phone="bindPhoneCustomer()" class="j-button-cancel" id="j_cancel">
|
|
|
<!-- <span class="phone_icon"></span> -->
|
|
|
<span>咨询客服</span>
|
|
|
</a>
|
|
|
- <button ="bindPhoneLearnMore()" class="j-button-confirm" id="j_confirm">获取数据样例</button>
|
|
|
+ <button v-bound-phone="bindPhoneLearnMore()" class="j-button-confirm" id="j_confirm">获取数据样例</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{include "/common/baiducc.html"}}
|
|
@@ -169,7 +169,7 @@
|
|
|
},
|
|
|
next: function () {
|
|
|
window.location.href= href
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
bindPhoneCustomer: function() {
|