|
@@ -53,7 +53,8 @@ export default {
|
|
{ text: t('typeSelectList.mainSweepOfAlipay'), value: 'ALIPAY_NATIVE' },
|
|
{ text: t('typeSelectList.mainSweepOfAlipay'), value: 'ALIPAY_NATIVE' },
|
|
{ text: t('typeSelectList.weChatScanning'), value: 'WEIXIN_NATIVE' },
|
|
{ text: t('typeSelectList.weChatScanning'), value: 'WEIXIN_NATIVE' },
|
|
{ text: t('typeSelectList.antiScanningOfAlipay'), value: 'ALIPAY_CARD' },
|
|
{ text: t('typeSelectList.antiScanningOfAlipay'), value: 'ALIPAY_CARD' },
|
|
- { text: t('typeSelectList.weChatBackScanning'), value: 'WEIXIN_CARD' }
|
|
|
|
|
|
+ { text: t('typeSelectList.weChatBackScanning'), value: 'WEIXIN_CARD' },
|
|
|
|
+ { text: t('typeSelectList.eCNYBackeScanning'), value: 'ECNY_CARD' },
|
|
] : [
|
|
] : [
|
|
{ text: t('typeSelectList.whole'), value: '' },
|
|
{ text: t('typeSelectList.whole'), value: '' },
|
|
{ text: t('typeSelectList.noPaymentRequired'), value: 0 },
|
|
{ text: t('typeSelectList.noPaymentRequired'), value: 0 },
|
|
@@ -106,7 +107,8 @@ export default {
|
|
{ text: t('typeSelectList.mainSweepOfAlipay'), value: 'ALIPAY_NATIVE' },
|
|
{ text: t('typeSelectList.mainSweepOfAlipay'), value: 'ALIPAY_NATIVE' },
|
|
{ text: t('typeSelectList.weChatScanning'), value: 'WEIXIN_NATIVE' },
|
|
{ text: t('typeSelectList.weChatScanning'), value: 'WEIXIN_NATIVE' },
|
|
{ text: t('typeSelectList.antiScanningOfAlipay'), value: 'ALIPAY_CARD' },
|
|
{ text: t('typeSelectList.antiScanningOfAlipay'), value: 'ALIPAY_CARD' },
|
|
- { text: t('typeSelectList.weChatBackScanning'), value: 'WEIXIN_CARD' }
|
|
|
|
|
|
+ { text: t('typeSelectList.weChatBackScanning'), value: 'WEIXIN_CARD' },
|
|
|
|
+ { text: t('typeSelectList.eCNYBackeScanning'), value: 'ECNY_CARD' },
|
|
];
|
|
];
|
|
} else {
|
|
} else {
|
|
payList.value = [
|
|
payList.value = [
|