@@ -188,11 +188,6 @@ $(function(){
}else{
$('.mf .ipt_email').val('')
}
- if ({{.T.phone_num}}!=""&&{{.T.phone_num}}!=null){
- isfreesubmit[1] = 'true';
- issubmit[1]="true"
- freesubmit();
- }
// 每次进页面都要清空之前的信息
$('.mf .ipt_name').val('')
@@ -12,11 +12,6 @@ if (s_myemail!=""&&s_myemail!=null){
$('.ipt_email').val('')
-if (s_phone!=""&&s_phone!=null){
-}
$('.ipt_name').val('')
@@ -170,11 +170,6 @@ $(function(){
@@ -13,7 +13,6 @@
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/structuredata/pc/css/write_infor.css?v={{Msg "seo" "version"}}2">
<script>
var s_myemail = {{.T.s_myemail}};
- var s_phone = {{.T.phone_num}};
$(function(){
$(".logo img").attr("src","{{Msg "seo" "cdn"}}/images/swordfish/sf_01_new.png");
$("#backTop").remove();