参数问题

This commit is contained in:
zhangguoping 2024-08-01 11:45:36 +08:00
parent 56a31a5035
commit 045fc67635
3 changed files with 4 additions and 4 deletions

View File

@ -576,7 +576,7 @@
console.log(result); console.log(result);
}); });
} }
upWXSmallProgramYouBank(); // upWXSmallProgramYouBank();
} else { } else {
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);
} }

View File

@ -288,8 +288,8 @@
console.log(result); console.log(result);
}); });
} }
upWXSmallProgramYouBank(); // upWXSmallProgramYouBank();
return; // return;
} }
//微信 //微信
// if (ua.indexOf("dingtalk") > -1) { // if (ua.indexOf("dingtalk") > -1) {

View File

@ -553,7 +553,7 @@
console.log(result); console.log(result);
}); });
} }
upWXSmallProgramYouBank(); // upWXSmallProgramYouBank();
} else { } else {
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);
} }