This commit is contained in:
tcubic 2022-08-03 19:37:02 +08:00
parent adde4b4181
commit 4c0b6775f9

View File

@ -267,8 +267,11 @@ const activityBtn = (item) => {
if (item.id == 3) { if (item.id == 3) {
console.log("生日专享页面"); console.log("生日专享页面");
window.location.href = wx.miniProgram.navigateTo({
"https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_8rrkjpiS"; url: "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_8rrkjpiS",
});
// window.location.href =
// "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_8rrkjpiS";
} }
if (item.id == 4) { if (item.id == 4) {
@ -284,7 +287,7 @@ const activityBtn = (item) => {
if (item.id == 6) { if (item.id == 6) {
console.log("财富日报"); console.log("财富日报");
wx.miniProgram.reLaunch({ wx.miniProgram.navigateTo({
url: "/subs/wealthpaper/wealthpaper", url: "/subs/wealthpaper/wealthpaper",
}); });
} }