|
@@ -169,7 +169,7 @@
|
|
|
<div class="l">
|
|
|
<div class="neet">You Neet to Pay</div>
|
|
|
<div class="money">
|
|
|
- <FontZoom width="190" :unColor="true">
|
|
|
+ <FontZoom width="140" :unColor="true">
|
|
|
{{salePlans.price}} {{ salePlans.currencyInfo.tokenSymbol }}
|
|
|
</FontZoom>
|
|
|
</div>
|
|
@@ -222,7 +222,7 @@
|
|
|
<div class="l">
|
|
|
<div class="neet">You Neet to Pay</div>
|
|
|
<div class="money">
|
|
|
- <FontZoom width="190" :unColor="true">
|
|
|
+ <FontZoom width="140" :unColor="true">
|
|
|
{{ Number(usdAmountData.rechargeAmountValue) > 0 ? usdAmountData.rechargeAmountValue : usdAmountData.orderAmountValue }} {{ salePlans.currencyInfo.tokenSymbol }}
|
|
|
</FontZoom>
|
|
|
</div>
|