作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

意见修改

... ... @@ -109,7 +109,7 @@
window.history.go(-1);
}
function showModal() {
alert("十方台温馨提示:该位置已被预订,不能选择")
alert("十方台温馨提示:\n该位置已被预订,不能选择")
}
</script>
</html>
\ No newline at end of file
... ...
... ... @@ -113,10 +113,10 @@
success: function (data) {
// console.log(data);
if (data==2){
alert('十方台温馨提示:预订失败');
alert('十方台温馨提示:\n预订失败');
return false
}else if (data==3){
alert('十方台温馨提示:该财神灯已被点亮');
alert('十方台温馨提示:\n该财神灯已被点亮');
return false
}else {
window.location.href=data;
... ...
... ... @@ -97,7 +97,7 @@
success: function (data) {
// console.log(data);
if (data==1){
alert('十方台温馨提示:编辑成功');
alert('十方台温馨提示:\n编辑成功');
window.history.go(-1);
}
// else {
... ...
... ... @@ -83,10 +83,10 @@
},
success: function (data) {
if (data==1) {
alert('十方台温馨提示:注册成功')
alert('十方台温馨提示:\n注册成功')
window.location.href = "{:url('portal/index/index')}";
}else {
alert('十方台温馨提示:注册失败')
alert('十方台温馨提示:\n注册失败')
return false
}
}
... ...
... ... @@ -113,11 +113,11 @@
},
success: function (data) {
if (data==2){
alert('十方台温馨提示:获取验证码失败');
alert('十方台温馨提示:\n获取验证码失败');
return false;
}
else {
alert('十方台温馨提示:'+data)
alert('十方台温馨提示:\n'+data)
}
}
})
... ...