fix:新增线下支付通道
This commit is contained in:
@ -135,7 +135,7 @@ export default {
|
||||
actId: undefined,
|
||||
pageParams: null,
|
||||
depositData: null,
|
||||
needDepositFormChannel: ['remittance2', 'remittance', 'remittance4'],
|
||||
needDepositFormChannel: ['remittance2', 'remittance', 'remittance4', 'remittance5'],
|
||||
needDepositForm: false,
|
||||
cardType2Channel: ['remittance2','remittance4'],
|
||||
cardType: 1,
|
||||
@ -144,7 +144,9 @@ export default {
|
||||
remittance_img_error: false,
|
||||
pageTitleMap: {
|
||||
LDAgency: this.$t('deposit.depositType.localDepositor'),
|
||||
LDAgency2: this.$t('deposit.depositType.localDepositor'),
|
||||
remittance: this.$t('deposit.depositType.swift'),
|
||||
remittance5: this.$t('deposit.depositType.swift'),
|
||||
remittance2: 'USDT'
|
||||
},
|
||||
depositFormData: {},
|
||||
|
Reference in New Issue
Block a user