Authored by chenl

删除log。review by 张丽霞。

@@ -309,7 +309,7 @@ export default class InstallmentService { @@ -309,7 +309,7 @@ export default class InstallmentService {
309 return json2; 309 return json2;
310 }) 310 })
311 .catch((error) => { 311 .catch((error) => {
312 - console.log("chenlin_Err", error); 312 + //console.log("chenlin_Err", error);
313 throw(error); 313 throw(error);
314 }); 314 });
315 } 315 }
@@ -326,11 +326,11 @@ export default class InstallmentService { @@ -326,11 +326,11 @@ export default class InstallmentService {
326 } 326 }
327 }) 327 })
328 .then((json) => { 328 .then((json) => {
329 - console.log("chenlin_success", json); 329 + //console.log("chenlin_success", json);
330 return json; 330 return json;
331 }) 331 })
332 .catch((error) => { 332 .catch((error) => {
333 - console.log("chenlin_Err", error); 333 + //console.log("chenlin_Err", error);
334 throw(error); 334 throw(error);
335 }); 335 });
336 } 336 }
@@ -346,11 +346,11 @@ export default class InstallmentService { @@ -346,11 +346,11 @@ export default class InstallmentService {
346 } 346 }
347 }) 347 })
348 .then((json) => { 348 .then((json) => {
349 - console.log("chenlin_success", json); 349 + //console.log("chenlin_success", json);
350 return json; 350 return json;
351 }) 351 })
352 .catch((error) => { 352 .catch((error) => {
353 - console.log("chenlin_Err", error); 353 + //console.log("chenlin_Err", error);
354 throw(error); 354 throw(error);
355 }); 355 });
356 } 356 }