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

意见修改

@@ -109,7 +109,7 @@ @@ -109,7 +109,7 @@
109 window.history.go(-1); 109 window.history.go(-1);
110 } 110 }
111 function showModal() { 111 function showModal() {
112 - alert("十方台温馨提示:该位置已被预订,不能选择") 112 + alert("十方台温馨提示:\n该位置已被预订,不能选择")
113 } 113 }
114 </script> 114 </script>
115 </html> 115 </html>
@@ -113,10 +113,10 @@ @@ -113,10 +113,10 @@
113 success: function (data) { 113 success: function (data) {
114 // console.log(data); 114 // console.log(data);
115 if (data==2){ 115 if (data==2){
116 - alert('十方台温馨提示:预订失败'); 116 + alert('十方台温馨提示:\n预订失败');
117 return false 117 return false
118 }else if (data==3){ 118 }else if (data==3){
119 - alert('十方台温馨提示:该财神灯已被点亮'); 119 + alert('十方台温馨提示:\n该财神灯已被点亮');
120 return false 120 return false
121 }else { 121 }else {
122 window.location.href=data; 122 window.location.href=data;
@@ -97,7 +97,7 @@ @@ -97,7 +97,7 @@
97 success: function (data) { 97 success: function (data) {
98 // console.log(data); 98 // console.log(data);
99 if (data==1){ 99 if (data==1){
100 - alert('十方台温馨提示:编辑成功'); 100 + alert('十方台温馨提示:\n编辑成功');
101 window.history.go(-1); 101 window.history.go(-1);
102 } 102 }
103 // else { 103 // else {
@@ -83,10 +83,10 @@ @@ -83,10 +83,10 @@
83 }, 83 },
84 success: function (data) { 84 success: function (data) {
85 if (data==1) { 85 if (data==1) {
86 - alert('十方台温馨提示:注册成功') 86 + alert('十方台温馨提示:\n注册成功')
87 window.location.href = "{:url('portal/index/index')}"; 87 window.location.href = "{:url('portal/index/index')}";
88 }else { 88 }else {
89 - alert('十方台温馨提示:注册失败') 89 + alert('十方台温馨提示:\n注册失败')
90 return false 90 return false
91 } 91 }
92 } 92 }
@@ -113,11 +113,11 @@ @@ -113,11 +113,11 @@
113 }, 113 },
114 success: function (data) { 114 success: function (data) {
115 if (data==2){ 115 if (data==2){
116 - alert('十方台温馨提示:获取验证码失败'); 116 + alert('十方台温馨提示:\n获取验证码失败');
117 return false; 117 return false;
118 } 118 }
119 else { 119 else {
120 - alert('十方台温馨提示:'+data) 120 + alert('十方台温馨提示:\n'+data)
121 } 121 }
122 } 122 }
123 }) 123 })