Compare commits

...

2 Commits

Author SHA1 Message Date
huangzhen 9dbe5f385f Merge branch 'feature-main' into test 2024-11-01 17:02:41 +08:00
huangzhen def3020e0d update @修改 2024-11-01 17:02:34 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export async function channelJudge (channel: number, mode: number, judgeData?: a
if (channel === 1 && mode === 1) { // 支付宝-官方领取 区分商品类型1 红包 支付宝小程序3 立减金 支付宝授权 if (channel === 1 && mode === 1) { // 支付宝-官方领取 区分商品类型1 红包 支付宝小程序3 立减金 支付宝授权
const ua = navigator.userAgent.toLowerCase(); const ua = navigator.userAgent.toLowerCase();
if (type === 1) { if (type === 1) {
const aliPaysUrl = `${zfbAuthMiniUrl}&page=pages/exchange/exchange?key=${encodeURIComponent(window.btoa(localStorage.getItem('key') || ''))}?ids=${encodeURIComponent(window.btoa(JSON.stringify(idNew)))}`; const aliPaysUrl = `${zfbAuthMiniUrl}&page=pages/exchange/exchange?key=${encodeURIComponent(window.btoa(localStorage.getItem('key') || ''))}&ids=${encodeURIComponent(window.btoa(JSON.stringify(idNew)))}`;
if (isWx|| (ua.indexOf("android") > -1 && ua.indexOf("baiduboxapp") > -1) || ua.indexOf("windows") > -1) { if (isWx|| (ua.indexOf("android") > -1 && ua.indexOf("baiduboxapp") > -1) || ua.indexOf("windows") > -1) {
showConfirmDialog({ showConfirmDialog({
confirmButtonText: '复制', confirmButtonText: '复制',