作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

@@ -143,16 +143,14 @@ @@ -143,16 +143,14 @@
143 if (data.code===200){ 143 if (data.code===200){
144 alert('添加成功'); 144 alert('添加成功');
145 window.location.reload(); 145 window.location.reload();
  146 + }else {
  147 + alert(data.messages);
146 } 148 }
147 }, 149 },
148 error:function () { 150 error:function () {
149 alert('接口异常') 151 alert('接口异常')
150 } 152 }
151 }); 153 });
152 -  
153 -  
154 - console.log(data);  
155 -  
156 layer.close(index); //如果设定了yes回调,需进行手工关闭 154 layer.close(index); //如果设定了yes回调,需进行手工关闭
157 } 155 }
158 }); 156 });
@@ -216,16 +214,14 @@ @@ -216,16 +214,14 @@
216 if (data.code===200){ 214 if (data.code===200){
217 alert('添加成功'); 215 alert('添加成功');
218 window.location.reload(); 216 window.location.reload();
  217 + }else {
  218 + alert(data.messages);
219 } 219 }
220 }, 220 },
221 error:function () { 221 error:function () {
222 alert('接口异常') 222 alert('接口异常')
223 } 223 }
224 }); 224 });
225 -  
226 -  
227 - console.log(data);  
228 -  
229 layer.close(index); //如果设定了yes回调,需进行手工关闭 225 layer.close(index); //如果设定了yes回调,需进行手工关闭
230 } 226 }
231 }); 227 });