feat: 新增拼团

This commit is contained in:
2026-09-23 10:29:41 +08:00
parent f7b9e66172
commit 67f8b3f352
33 changed files with 7491 additions and 858 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
// Shared result pages for WeChat, Alipay and Douyin. Keep the existing page design.
export function jumpToPaymentSuccess() {
return jumpToPaymentResult('/pages/order_package/order_submit_ok/order_submit_ok');
export function jumpToPaymentSuccess(customUrl) {
return jumpToPaymentResult(customUrl || '/pages/order_package/order_submit_ok/order_submit_ok');
}
export function jumpToPaymentFailure() {