Commit b53cbb65 by Chao Sun

修改参数名和错误时提示

parent 3da421e1
...@@ -9,8 +9,8 @@ $(function(){ ...@@ -9,8 +9,8 @@ $(function(){
phone:'', phone:'',
hmsr:getQueryString('hmsr'), hmsr:getQueryString('hmsr'),
hmpl:getQueryString('hmpl'), hmpl:getQueryString('hmpl'),
hmcu:getQueryString('hmcu'),
hmkw:getQueryString('hmkw'), hmkw:getQueryString('hmkw'),
hmci:getQueryString('hmci'),
deviceType:'' deviceType:''
} }
...@@ -164,7 +164,7 @@ $(function(){ ...@@ -164,7 +164,7 @@ $(function(){
}); });
}else{ }else{
layer.open({ layer.open({
content: '<div class="service_item"><p class="service">该活动已结束, </p><p class="service">不会再接受提交问卷</p></div>' content: `<div class="service_item"><p class="service">${res['message']}</p></div>`
,btn: '我知道了' ,btn: '我知道了'
}); });
} }
...@@ -236,7 +236,6 @@ $(function(){ ...@@ -236,7 +236,6 @@ $(function(){
var head = document.getElementsByTagName('head')[0]; var head = document.getElementsByTagName('head')[0];
head.appendChild(link); head.appendChild(link);
} }
function changeImg(type){ function changeImg(type){
if(type == '1'){ if(type == '1'){
$(".pbanner").attr('src','./images/pbanner.jpg') $(".pbanner").attr('src','./images/pbanner.jpg')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment