|
@@ -105,9 +105,8 @@
|
|
|
total = parseFloat(total);
|
|
|
let num = total % 1000;
|
|
|
total = total - num;
|
|
|
-
|
|
|
- total = numFormat(total);
|
|
|
let total_chineseStr = convertCurrency(total);
|
|
|
+ total = numFormat(total);
|
|
|
let total_text = total + '('+ total_chineseStr +')';
|
|
|
$('#total').html(total_text)
|
|
|
}
|