|
|
@ -47,6 +47,7 @@ use \common\libs\MyLib; |
|
|
|
<?php $this->beginBlock('footer_js'); ?> |
|
|
|
<?php $this->beginBlock('footer_js'); ?> |
|
|
|
<script type="text/javascript" language="javascript"> |
|
|
|
<script type="text/javascript" language="javascript"> |
|
|
|
$(function () { |
|
|
|
$(function () { |
|
|
|
|
|
|
|
wsInit(); |
|
|
|
//提交按钮 |
|
|
|
//提交按钮 |
|
|
|
$(".btn-call").click(function(){ |
|
|
|
$(".btn-call").click(function(){ |
|
|
|
var phone = $('#phone').val(); |
|
|
|
var phone = $('#phone').val(); |
|
|
|