nieyuge 2 vuotta sitten
vanhempi
commit
4129c8589f

+ 1 - 1
src/view/iframe/publish/components/top-up.vue

@@ -37,7 +37,7 @@
             <div class="tips-box">
                 <img class="icon" :src="require('@/assets/svg/icon-top-up-tips-warning.svg')" >
                 <div>
-                    Make sure you also selected <span class="blod">BNB Smart Chain (BEP20)</span> as the network on the platform where you are withdrawing funds for this deposit. Otherwise, you'll lose your assets.
+                    Make sure you also selected <span class="blod">{{ currentCurrencyInfo.chainInfo.chainName }}</span> as the network on the platform where you are withdrawing funds for this deposit. Otherwise, you'll lose your assets.
                 </div>
             </div>
         </div>

+ 1 - 1
src/view/iframe/publish/components/top-up2.vue

@@ -36,7 +36,7 @@
                 <div class="copy-btn" :data-clipboard-text="tokenRechargeAddress">copy</div>
             </div>
         </div>
-        <div class="desc">Make sure you also selected <span class="blod">BNB Smart Chain (BEP20)</span> as the network on the platform where you are withdrawing funds for this deposit. Otherwise, you'll lose your assets.</div>
+        <div class="desc">Make sure you also selected <span class="blod">{{ currentCurrencyInfo.chainInfo.chainName }}</span> as the network on the platform where you are withdrawing funds for this deposit. Otherwise, you'll lose your assets.</div>
     </div>
 </template>
 

+ 0 - 4
src/view/iframe/publish/give-dialog.vue

@@ -53,8 +53,6 @@
                 <top-up v-if="showComType == 'topUp'" 
                     :asyncIng="asyncIng"
                     :currentCurrencyInfo="tempCurrentCurrencyInfo"
-                    :list="tempCurrentCurrencyList"
-                    @selectCurrency="selectCurrencyAfter"
                     @topUpDone="topUpDone"></top-up>
 
                 <!-- 表单填写容器 -->
@@ -374,8 +372,6 @@
                                         <top-up2
                                             :asyncIng="asyncIng"
                                             :currentCurrencyInfo="tempCurrentCurrencyInfo"
-                                            :list="tempCurrentCurrencyList"
-                                            @selectCurrency="selectCurrencyAfter"
                                             @topUpDone="topUpDone">
                                         </top-up2>
                                         <div class="card-title">

+ 1 - 1
src/view/popup/top-up/info.vue

@@ -36,7 +36,7 @@
                 </div>
                 <div class="tips-content">
                     <p>Make sure you also selected </p>
-                    <p style="color: red;">BNB Smart Chain (BEP20) </p>
+                    <p style="color: red;">{{top_up_info.chainInfo.chainName}} </p>
                     <p>as the Network on the platform where you are withdrawing funds for this deposiit. Otherwise,
                         you'll lose your assets.</p>
                 </div>