nieyuge 2 years ago
parent
commit
9591677518
1 changed files with 3 additions and 7 deletions
  1. 3 7
      pages/payment/index.vue

+ 3 - 7
pages/payment/index.vue

@@ -133,12 +133,12 @@
                             <img src="../../static/img/icon_deposit.png" />
                             <span>Deposit to Buy</span>
                         </div>
-                        <div class="item column" v-if="Number(usdAmountData.rechargeAmountValue) > 0">
+                        <div class="item column">
                             <div class="l">Deposit</div>
                             <div class="r">
                                 <FontZoom width="260" :unColor="true">
                                     <img :src="currencyInfoData.iconPath" />
-                                    <span>{{ usdAmountData.rechargeAmountValue | floatPrice(4) }} {{currencyInfoData.tokenSymbol}}</span>
+                                    <span><span v-if="Number(usdAmountData.rechargeAmountValue) > 0">{{ usdAmountData.rechargeAmountValue | floatPrice(4) }} </span>{{currencyInfoData.tokenSymbol}}</span>
                                 </FontZoom>
                             </div>
                         </div>
@@ -464,11 +464,7 @@ export default {
         checkWaitInfo(isReport = true) {
             if (!this.refreshRotate) {
                 this.refreshRotate = true;
-                if (this.salePlans.currencyCode === 'USD') {
-                    this.getCurrencyInfoByCode()
-                } else {
-                    this.getTokenRechargeRecord()
-                }
+                this.getCurrencyInfoByCode();
                 setTimeout(() => {
                     this.refreshRotate = false;
                 }, 1000)