This commit is contained in:
tcubic 2022-08-08 16:30:48 +08:00
parent 37a68998ad
commit 0b961fa4a5

View File

@ -455,13 +455,8 @@ const activityBtn = (item) => {
console.log("牛牛杯"); console.log("牛牛杯");
let urlTarget = "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_uD5KUL2d"; let urlTarget = "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_uD5KUL2d";
var targeturl = JSON.stringify(e.currentTarget.dataset.targeturl);
targeturl = encodeURIComponent(targeturl) wx.miniProgram.navigateTo({url:urlTarget,});
url = './webview/webview?url=' + targeturl
wx.miniProgram.navigateTo({url:url,});
// window.location.href = // window.location.href =
// "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_uD5KUL2d"; // "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_uD5KUL2d";