|
|
@@ -32,7 +32,7 @@
|
|
|
<!-- 电子钱包地址输入 -->
|
|
|
<view class="col-lg-6"
|
|
|
v-if="['CHANNEL_TYPE_WALLET', 'CHANNEL_TYPE_ALI_WALLET'].includes(channelData.type)">
|
|
|
- <h5 class="mb-3">{{ getWalletLabel }}</h5>111
|
|
|
+ <h5 class="mb-3">{{ getWalletLabel }}</h5>
|
|
|
<uni-forms-item name="address">
|
|
|
<uni-easyinput v-model="form.address" :placeholder="t('placeholder.input')"
|
|
|
autocomplete="off" />
|
|
|
@@ -41,7 +41,7 @@
|
|
|
|
|
|
<!-- 数字货币区域 -->
|
|
|
<view class="col-lg-6" v-if="channelData.type == 'DIGITAL_CURRENCY'">
|
|
|
- <h5 class="mb-3" v-t="'Custom.Withdraw.Title6'"></h5>
|
|
|
+ <h5 class="mb-3" v-t="'blockchain.item11'"></h5>
|
|
|
<uni-forms-item>
|
|
|
<cwg-combox v-model:value="myId" :options="digitalOptions"
|
|
|
:placeholder="t('placeholder.choose')" @change="onDigitalCurrencyChange"
|