|
|
@@ -57,11 +57,11 @@
|
|
|
<input v-model="fromData.pay_pass" class="card-input only-box fs-12 " type="password" :placeholder="$t('home5.text16')">
|
|
|
<div class="fs-12 fc-c7ab7b set-box hand-cursor" @click="setPass()">{{$t('home5.text17')}}</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="card-1">
|
|
|
<div class="hand-cursor b-buttom" @click="saveInfo()">{{$t('home5.text18')}}</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<div class="align-items-center mb-10">
|
|
|
<img class="error-icon mr-5" src="@/assets/img/error.png" alt="">
|
|
|
@@ -75,7 +75,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-
|
|
|
+
|
|
|
import tools from '@/utils/tools';
|
|
|
import {
|
|
|
getconfig,withdrawWithdraw
|
|
|
@@ -88,6 +88,7 @@
|
|
|
list:[
|
|
|
{iconId:'1',name:'USDT(ERC20)'},
|
|
|
{iconId:'2',name:'USDT(TRC20)'},
|
|
|
+ {iconId:'3',name:'USDC(ERC20)'},
|
|
|
],
|
|
|
fromData:{
|
|
|
pay_pass:'',
|
|
|
@@ -147,7 +148,7 @@
|
|
|
opacity: 1;
|
|
|
border-radius: 4px;
|
|
|
background: #C7AB7B;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.recharge-index {
|
|
|
padding-top: 70px;
|
|
|
@@ -216,4 +217,4 @@
|
|
|
height: 13.5px;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|