Commit f9896acd authored by wildfirecode13's avatar wildfirecode13

u

parent d0066fa7
......@@ -55,9 +55,11 @@ export class Main {
sendWebNet(WebNetName.login,{
appId:getUrlParams("appID"),
unionid: getUnionid()||'oIbvOt3D_z7AfHz9lI6VmDEeYDIk',
redirectUrl:`https://activity.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=${getQueryParams().issharepage}`
redirectUrl:`https://85337.activity-1.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=${getQueryParams().issharepage}`
}).then(res=>{
location.href=res.data;
let url= res.data;
// url.replace('activity','85337.activity-1');
location.href=url;
});
return;
}
......
......@@ -9,7 +9,7 @@ export const startShare=()=>{
updateShare({
title: '我正在参加d\'zzit拆盲盒', //分享标题
content: '一起来吧~惊喜好物等着你', //分享内容
url: 'https://activity.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&iscustom=1&issharepage=1', //分享链接
url: 'https://85337.activity-1.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&iscustom=1&issharepage=1', //分享链接
thumbnail: 'https://yun.duiba.com.cn/db_games/disulogo.jpg', //分享缩略图
});
......
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