Commit 2d1949c9 authored by wildfirecode13's avatar wildfirecode13

1

parent 0a75e265
...@@ -13,6 +13,7 @@ import { SkinJson } from "./SkinJson"; ...@@ -13,6 +13,7 @@ import { SkinJson } from "./SkinJson";
import { destroyWebNetData, sendWebNet } from "./WebNet"; import { destroyWebNetData, sendWebNet } from "./WebNet";
import { WebNetName } from "./WebNetName"; import { WebNetName } from "./WebNetName";
import {accessLog} from 'duiba-utils' import {accessLog} from 'duiba-utils'
import { getUnionid } from "./getUnionid";
/** /**
...@@ -53,7 +54,7 @@ export class Main { ...@@ -53,7 +54,7 @@ export class Main {
if(getQueryParams().iscustom) { if(getQueryParams().iscustom) {
sendWebNet(WebNetName.login,{ sendWebNet(WebNetName.login,{
appId:getUrlParams("appID"), appId:getUrlParams("appID"),
unionid:'oIbvOt3D_z7AfHz9lI6VmDEeYDIk', unionid: getUnionid()||'oIbvOt3D_z7AfHz9lI6VmDEeYDIk',
redirectUrl:`https://activity.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=${getQueryParams().issharepage}` redirectUrl:`https://activity.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=${getQueryParams().issharepage}`
}).then(res=>{ }).then(res=>{
location.href=res.data; location.href=res.data;
......
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