@@ -15,7 +15,7 @@ function toEvaluation(patientId) {
return;
}
if (res.code != 0) {
- alert(res.message);
+ console.log(res.message);
});
@@ -47,7 +47,7 @@ function sendPriceMessage(needPay,pay,changeAmount,patientId) {