Commit cdafe4c4 authored by 徐士卿's avatar 徐士卿

Merge branch 'master' of gitlab2.dui88.com:sparkprojects/rb_strongestbrain_250520

parents 388197a7 0f507610
...@@ -38,7 +38,6 @@ class Taskpop extends React.Component { ...@@ -38,7 +38,6 @@ class Taskpop extends React.Component {
MatterViewOpt("b14312", { MatterViewOpt("b14312", {
page_name: "做任务,赚次数弹窗", page_name: "做任务,赚次数弹窗",
entrance: extranceName[CFG.channel],
}); });
sensorLog(LOG_KEY.exposure, "b14312", "d14314", { sensorLog(LOG_KEY.exposure, "b14312", "d14314", {
......
...@@ -216,9 +216,9 @@ const shareStore = makeAutoObservable({ ...@@ -216,9 +216,9 @@ const shareStore = makeAutoObservable({
//CFG.projectId三元判断为真,前面的是正式,需要修改的地方为中间页链接,可咨询东哥链接(奖品页唤端) ios需要多encode一次 //CFG.projectId三元判断为真,前面的是正式,需要修改的地方为中间页链接,可咨询东哥链接(奖品页唤端) ios需要多encode一次
const testCustomId = "Did1NjEwNzk"; //奖品-测试中间页 const testCustomId = "Did1NjEwNzk"; //奖品-测试中间页
const prodCustomId = "Did1NjExMjc"; //奖品-正式中间页 const prodCustomId = "Did1NjExMjc"; //奖品-正式中间页
//pafc25ff1 为正式项目 需替换为正式项目ID //pd3ee4a37 为正式项目 需替换为正式项目ID
windowJumpUrl( windowJumpUrl(
CFG.projectId == "pafc25ff1" CFG.projectId == "pd3ee4a37"
? "https://lifeapp.picclife.cn/portal/app_manager/downloadapps.html?operate_link=" + ? "https://lifeapp.picclife.cn/portal/app_manager/downloadapps.html?operate_link=" +
encodeURIComponent( encodeURIComponent(
`https://lifeapp-api.picclife.cn/lifeapi/lifeapp-svc-gw/api/auth_code/authorize/v1?activity_code=613402&redirect_type=0&redirect_uri=${isIos() `https://lifeapp-api.picclife.cn/lifeapi/lifeapp-svc-gw/api/auth_code/authorize/v1?activity_code=613402&redirect_type=0&redirect_uri=${isIos()
......
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