zhb 1 month ago
parent
commit
5c84472aad
2 changed files with 3 additions and 3 deletions
  1. 1 1
      pages/customer/withdrawal.vue
  2. 2 2
      pages/ib/withdraw.vue

+ 1 - 1
pages/customer/withdrawal.vue

@@ -60,7 +60,7 @@
                     <view class="col-lg-6">
                     <view class="col-lg-6">
                       <view
                       <view
                         style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
                         style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
-                        <h5 class="mb-3" v-t="'Custom.Withdraw.Title6'"></h5>
+                        <h5 class="mb-3" v-t="'blockchain.item11'"></h5>
                       </view>
                       </view>
                       <uni-forms-item>
                       <uni-forms-item>
                         <cwg-combox :clearable="false" v-model:value="myId" :options="digitalOptions"
                         <cwg-combox :clearable="false" v-model:value="myId" :options="digitalOptions"

+ 2 - 2
pages/ib/withdraw.vue

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