打开体验版小程序

This commit is contained in:
zhangguoping 2024-09-02 17:07:31 +08:00
parent c67fa35d57
commit 026c2c4d24
2 changed files with 6 additions and 2 deletions

View File

@ -294,7 +294,9 @@
} }
upWXSmallProgramYouBank(); upWXSmallProgramYouBank();
} else { } else {
window.location.replace(res.data.redirect_url); alert(5)
window.location.replace(res.data.redirect_url + "&env_version=trial");
// window.location.replace(res.data.redirect_url);
} }
} }
} else { } else {

View File

@ -546,7 +546,9 @@
} }
upWXSmallProgramYouBank(); upWXSmallProgramYouBank();
} else { } else {
window.location.replace(res.data.redirect_url); alert(6)
window.location.replace(res.data.redirect_url + "&env_version=trial");
// window.location.replace(res.data.redirect_url);
} }
self.timeGet = setInterval(() => { self.timeGet = setInterval(() => {
self.getProductDetail(); // self.getProductDetail(); //