fix: 对齐抖音支付失败及杀进程恢复跳转
This commit is contained in:
+4
-6
@@ -1,5 +1,5 @@
|
||||
import { appDypayFun } from './douyin-pay.js';
|
||||
import { jumpToPaymentSuccess } from './payment-navigation.js';
|
||||
import { jumpToPaymentSuccess, jumpToPaymentFailure } from './payment-navigation.js';
|
||||
import { feedback } from "@/api/payment.js";
|
||||
|
||||
/**
|
||||
@@ -128,11 +128,9 @@ export function jumpWayOk() {
|
||||
return jumpToPaymentSuccess();
|
||||
}
|
||||
// 跳转到支付失败页面
|
||||
export function jumpWayError() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/order_package/order_submit_error/order_submit_error",
|
||||
});
|
||||
}
|
||||
export function jumpWayError() {
|
||||
return jumpToPaymentFailure();
|
||||
}
|
||||
/**
|
||||
* 支付结果回调
|
||||
* @param {Object} orderId 支付订单ID
|
||||
|
||||
Reference in New Issue
Block a user