|
@@ -683,6 +683,9 @@
|
|
|
const {status, message, data} = res || {}
|
|
|
if (status === 200 || status === "200") {
|
|
|
window.open(data.payment.approval_link, "_blank");
|
|
|
+ setInterval(function (){
|
|
|
+ console.log('hahaha');
|
|
|
+ },2000)
|
|
|
} else if (status === 401 || status === "401") {
|
|
|
window.location.replace('../passport/logIn.html')
|
|
|
} else {
|