Commit e5ba2440 authored by Hsinli's avatar Hsinli

add

parent dbbd077f
Pipeline #14274 passed with stage
in 5 seconds
......@@ -265,7 +265,7 @@ class BlacklistService extends Service {
//需要对逾期的金额额外处理
let amount = '';
if (['0', 0].includes(overdueInfo[i].overdue_amount)) {
amount = 0;
amount = '0';
} else if (overdueInfo[i].overdue_amount === '>1000000') {
amount = '100万以上'
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment