update2
This commit is contained in:
parent
37a68998ad
commit
0b961fa4a5
@ -455,13 +455,8 @@ const activityBtn = (item) => {
|
||||
console.log("牛牛杯");
|
||||
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)
|
||||
|
||||
url = './webview/webview?url=' + targeturl
|
||||
|
||||
wx.miniProgram.navigateTo({url:url,});
|
||||
wx.miniProgram.navigateTo({url:urlTarget,});
|
||||
|
||||
// window.location.href =
|
||||
// "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_uD5KUL2d";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user