Authored by chenl

删除了log。review by 张丽霞。

... ... @@ -275,7 +275,6 @@ export default class InstallmentService {
return json;
})
.catch((error) => {
//console.log("chenlin_Err", error);
throw(error);
});
}
... ... @@ -292,11 +291,9 @@ export default class InstallmentService {
}
})
.then((json) => {
//console.log("chenlin_success", json);
return json;
})
.catch((error) => {
//console.log("chenlin_Err", error);
throw(error);
});
}
... ... @@ -312,11 +309,9 @@ export default class InstallmentService {
}
})
.then((json) => {
//console.log("chenlin_success", json);
return json;
})
.catch((error) => {
//console.log("chenlin_Err", error);
throw(error);
});
}
... ... @@ -409,7 +404,6 @@ export default class InstallmentService {
return json;
})
.catch((error) => {
// console.log("chenlin_Err", error);
throw(error);
});
}
... ... @@ -425,11 +419,9 @@ export default class InstallmentService {
}
})
.then((json) => {
// console.log("chenlin_success", json);
return json;
})
.catch((error) => {
// console.log("chenlin_Err", error);
throw(error);
});
}
... ...