|
@@ -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">
|