Commit b53cbb65 by Chao Sun

修改参数名和错误时提示

parent 3da421e1
......@@ -9,8 +9,8 @@ $(function(){
phone:'',
hmsr:getQueryString('hmsr'),
hmpl:getQueryString('hmpl'),
hmcu:getQueryString('hmcu'),
hmkw:getQueryString('hmkw'),
hmci:getQueryString('hmci'),
deviceType:''
}
......@@ -164,7 +164,7 @@ $(function(){
});
}else{
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: '我知道了'
});
}
......@@ -236,7 +236,6 @@ $(function(){
var head = document.getElementsByTagName('head')[0];
head.appendChild(link);
}
function changeImg(type){
if(type == '1'){
$(".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