|
|
|
@ -417,7 +417,7 @@ const hideEditDialog = () => { |
|
|
|
jwcode: '' |
|
|
|
} |
|
|
|
} |
|
|
|
// const currencies = ref(['美元(USD)', '港币(HKD)', '新币(SGD)', '马币(MYR)', '泰铢(THB)', '加币(CAD)', '越南盾(VDN)', '韩元(KRW)']) |
|
|
|
// const currencies = ref(['美元(USD)', '港币(HKD)', '新币(SGD)', '马币(MYR)', '泰铢(THB)', '加币(CAD)', '越南盾(VND)', '韩元(KRW)']) |
|
|
|
const currencies = ref([ |
|
|
|
t('cash.currency.usd'), // 美元(USD) |
|
|
|
t('cash.currency.hkd'), // 港币(HKD) |
|
|
|
@ -425,7 +425,7 @@ const currencies = ref([ |
|
|
|
t('cash.currency.myr'), // 马币(MYR) |
|
|
|
t('cash.currency.thb'), // 泰铢(THB) |
|
|
|
t('cash.currency.cad'), // 加币(CAD) |
|
|
|
t('cash.currency.vnd'), // 越南盾(VDN) |
|
|
|
t('cash.currency.vnd'), // 越南盾(VND) |
|
|
|
t('cash.currency.krw') // 韩元(KRW) |
|
|
|
]) |
|
|
|
// const channelOptions = ref(["Stripe-链接收款", "PaymentAsia-链接收款", "Ipay88-链接收款", "银行转账", "刷卡", "现金", "支票", "Grabpay", "Nets", "E-Transfer", "Paypal"]) |
|
|
|
|