|
|
@@ -715,7 +715,7 @@ const openPaymentPage = (url: string) => {
|
|
|
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
|
|
|
|
|
|
if (isSafari) {
|
|
|
- // Safari浏览器:使用location.href跳转
|
|
|
+ // Safari浏览器
|
|
|
setTimeout(() => window.open(url, "_blank"));
|
|
|
// window.location.href = url;
|
|
|
} else {
|