feat: 设备: 微信和支付宝/卡: 支付宝
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m43s

This commit is contained in:
luo
2026-07-27 16:32:45 +08:00
parent 59696a7e8e
commit 189d64c290
3 changed files with 20 additions and 2 deletions

View File

@@ -100,6 +100,7 @@
const isDeviceAsset = ref(true);
let assetTypePromise = null;
const paymentMethodOptions = computed(() => [
...(isDeviceAsset.value ? [{ label: '微信支付', value: 'wechat' }] : []),
{ label: '支付宝支付', value: 'alipay' },
{ label: '钱包支付', value: 'wallet' }
]);