|
|
@ -47,7 +47,6 @@ 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(); |
|
|
@ -56,6 +55,7 @@ use \common\libs\MyLib; |
|
|
|
$(".btn-stop").click(function(){ |
|
|
|
$(".btn-stop").click(function(){ |
|
|
|
sendMsg('ATH'); |
|
|
|
sendMsg('ATH'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
wsInit(); |
|
|
|
}) |
|
|
|
}) |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|