feat: 7月迭代
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
luo
2026-07-27 18:13:19 +08:00
parent 6a794d88af
commit 4f281da778
27 changed files with 1176 additions and 167 deletions

View File

@@ -22,10 +22,8 @@ export const orderApi = {
},
create(identifier, package_ids, payment_method) {
const data = { identifier, package_ids };
if (payment_method === 'alipay') {
data.payment_method = payment_method;
} else {
const data = { identifier, package_ids, payment_method };
if (payment_method === 'wechat') {
data.app_type = APP_TYPE;
}