feat: 新增拼团
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user