|
|
@@ -121,7 +121,7 @@ onLoad((options: any) => {
|
|
|
(item: any) => item.id === options.id
|
|
|
);
|
|
|
_activity.rechargeRightsList.forEach((item: any) => {
|
|
|
- item.discountFormat = Number((Number(item.discount) / 10).toFixed(2));
|
|
|
+ item.discountFormat = Number((Number(item.discount) / 10).toFixed(1));
|
|
|
});
|
|
|
list.value = _activity.rechargeRightsList;
|
|
|
activity.value = _activity;
|