Commit 2d8c8d3e authored by wildfirecode13's avatar wildfirecode13

1111

parent 22aaa3b6
...@@ -55,7 +55,7 @@ export class Main { ...@@ -55,7 +55,7 @@ export class Main {
sendWebNet(WebNetName.login,{ sendWebNet(WebNetName.login,{
appId:getUrlParams("appID"), appId:getUrlParams("appID"),
unionid: getUnionid()||'oIbvOt3D_z7AfHz9lI6VmDEeYDIk', unionid: getUnionid()||'oIbvOt3D_z7AfHz9lI6VmDEeYDIk',
redirectUrl:`https://85337.activity-11.m.duiba.com.cn/projectx/p24ddb854/index.html?appID=85337&appKey=43em3uUH9vthEvNA59Zsk8dE1igv&openBs=openbs&issharepage=${getQueryParams().issharepage}` redirectUrl:`https://85337.activity-11.m.duiba.com.cn/projectx/p24ddb854/index.html?appID=85337&appKey=43em3uUH9vthEvNA59Zsk8dE1igv&openBs=openbs&issharepage=${getQueryParams().issharepage}&code=${getQueryParams().code}`
// redirectUrl:`http://activity.saas.duibatest.com.cn/projectx/p34906fbc/index.html?appKey=2vv47nLE1y47qqMMeD8P52ycudDU&openBs=openbs&appID=19493&issharepage=${getQueryParams().issharepage}` // redirectUrl:`http://activity.saas.duibatest.com.cn/projectx/p34906fbc/index.html?appKey=2vv47nLE1y47qqMMeD8P52ycudDU&openBs=openbs&appID=19493&issharepage=${getQueryParams().issharepage}`
}).then(res=>{ }).then(res=>{
let url= res.data; let url= res.data;
......
...@@ -831,5 +831,5 @@ export const ResJson = { ...@@ -831,5 +831,5 @@ export const ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1631770270/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1631780630/resource/"
} }
\ No newline at end of file
...@@ -7,5 +7,6 @@ export default () => { ...@@ -7,5 +7,6 @@ export default () => {
const arr2 = item.split('='); const arr2 = item.split('=');
result[arr2[0]]=arr2[1]; result[arr2[0]]=arr2[1];
} }
console.log('getQueryParams',result)
return result; return result;
} }
\ No newline at end of file
...@@ -14,7 +14,7 @@ export const startShare = () => { ...@@ -14,7 +14,7 @@ export const startShare = () => {
sharable: 1,//被分享者打开后能否进行分享 0不能;1可以 sharable: 1,//被分享者打开后能否进行分享 0不能;1可以
title: "我正在参加d\'zzit拆盲盒", title: "我正在参加d\'zzit拆盲盒",
imageUrl: "https://yun.duiba.com.cn/db_games/activity/disulogo2.jpg",//分享弹窗显示的图片 imageUrl: "https://yun.duiba.com.cn/db_games/activity/disulogo2.jpg",//分享弹窗显示的图片
h5url: "https://85337.activity-11.m.duiba.com.cn/projectx/p24ddb854/index.html?appID=85337&appKey=43em3uUH9vthEvNA59Zsk8dE1igv&openBs=openbs&iscustom=1&issharepage=1",//分享的链接(不需要encode) h5url: "https://85337.activity-11.m.duiba.com.cn/projectx/p24ddb854/index.html?appID=85337&appKey=43em3uUH9vthEvNA59Zsk8dE1igv&openBs=openbs&iscustom=1&issharepage=1&code=fuck",//分享的链接(不需要encode)
// h5url: "http://activity.saas.duibatest.com.cn/projectx/p34906fbc/index.html?appKey=2vv47nLE1y47qqMMeD8P52ycudDU&openBs=openbs&appID=19493&iscustom=1&issharepage=1",//分享的链接(不需要encode) // h5url: "http://activity.saas.duibatest.com.cn/projectx/p34906fbc/index.html?appKey=2vv47nLE1y47qqMMeD8P52ycudDU&openBs=openbs&appID=19493&iscustom=1&issharepage=1",//分享的链接(不需要encode)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment