Commit 8b684925 authored by 徐士卿's avatar 徐士卿

merge

parent 17fd2ed9
......@@ -26,10 +26,11 @@ export default [
// 规则长图
"ruleImg": '//yun.duiba.com.cn/polaris/bg.18539c61e0103e01a339dd268558b2559ab178ba.png',
shareInfo: JSON.stringify({
"title":"许愿迎新春",
"content":"参与活动生成你的专属烟花吧~",
"thumbnail":"https://yun.duiba.com.cn/polaris/%E6%9C%AA%E6%A0%87%E9%A2%98-1.501ac89a8b4c601209edf8b9c3b67fd5228f1ed8.jpg",
"imgUrl":"https://yun.duiba.com.cn/polaris/%E6%9C%AA%E6%A0%87%E9%A2%98-1.501ac89a8b4c601209edf8b9c3b67fd5228f1ed8.jpg"
"title": "许愿迎新春",
"content": "参与活动生成你的专属烟花吧~",
"thumbnail": "https://yun.duiba.com.cn/polaris/%E6%9C%AA%E6%A0%87%E9%A2%98-1.501ac89a8b4c601209edf8b9c3b67fd5228f1ed8.jpg",
"imgUrl": "https://yun.duiba.com.cn/polaris/%E6%9C%AA%E6%A0%87%E9%A2%98-1.501ac89a8b4c601209edf8b9c3b67fd5228f1ed8.jpg",
"SaleManUrl": "http://activity.m.duibatest.com.cn/projectx/pd2a9a8c1/index.html?appID=19487",
}),
shopUrl: 'https://'
}
......
......@@ -4,7 +4,7 @@ import React from 'react';
import { observer } from 'mobx-react';
import './homepage.less';
import { Button, Toast } from '@grace/ui';
import { _asyncThrottle } from "../../utils/utils";
import { _asyncThrottle, windowJumpUrl, getUrlParam } from "../../utils/utils";
import { PageCtrl } from "@/core/ctrls/PageCtrl";
import { ModalCtrl } from "@/core/ctrls/ModalCtrl";
import Rulepop from "../../components/rulepop/rulepop.jsx";
......@@ -124,7 +124,11 @@ class Homepage extends React.Component {
page_name: "友客首页",
button_name: "拜访清单按钮",
});
windowJumpUrl(store.frontVariable?.SaleManUrl
+ "&actPlatforms=" + getUrlParam("actPlatforms")
+ "&agentCode=" + getUrlParam("agentCode")
+ "&actId=" + getUrlParam("actId")
+ "&channel=" + CFG.channel);
break;
// 7 分享活动
......
......@@ -25,6 +25,7 @@ class Store {
frontVariable: {
shareInfo: any,
ruleImg?: string,
SaleManUrl?: string,
} = {
shareInfo: {
title: "",
......
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