|
@@ -17,7 +17,7 @@
|
|
|
<div class="title">NetWork</div>
|
|
|
<div class="box">
|
|
|
<img :src="withdraw_info.icon_net" alt="">
|
|
|
- <span>{{ withdraw_info.net }}</span>
|
|
|
+ <span>{{ withdraw_info.token_chain }}</span>
|
|
|
<!-- <img :src="require('@/assets/svg/icon-botton-up.svg')" alt="" class="up"> -->
|
|
|
</div>
|
|
|
</div>
|
|
@@ -84,7 +84,7 @@ const inputWithdrawCalcFee = () => {
|
|
|
params: {
|
|
|
"amountValue": state.input_amount,
|
|
|
"currencyCode": withdraw_info.currency_code,
|
|
|
- "withdrawNetwork": withdraw_info.net
|
|
|
+ "withdrawNetwork": withdraw_info.token_chain
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
if (res.code == 0) {
|
|
@@ -141,7 +141,7 @@ const initConfig = () => {
|
|
|
getWithdrawConfig({
|
|
|
params: {
|
|
|
"currencyCode": withdraw_info.currency_code,
|
|
|
- "withdrawNetwork": withdraw_info.net
|
|
|
+ "withdrawNetwork": withdraw_info.token_chain
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
switch (res.code.toString()) {
|