Commit dbbd077f authored by Hsinli's avatar Hsinli

add

parent f98cadd7
Pipeline #14273 passed with stage
in 6 seconds
......@@ -266,7 +266,7 @@ class BlacklistService extends Service {
let amount = '';
if (['0', 0].includes(overdueInfo[i].overdue_amount)) {
amount = 0;
} else if (overdueInfo[i].overdue_amount = '>1000000') {
} else if (overdueInfo[i].overdue_amount === '>1000000') {
amount = '100万以上'
} else {
let amountLen = overdueInfo[i].overdue_amount.length;
......
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