Commit 185f045e by Sweet Zhang

Merge branch 'master' of 139.224.139.2:Sweet/allCampaign

parents b2d1cda3 09983b8b
...@@ -560,7 +560,7 @@ $(function () { ...@@ -560,7 +560,7 @@ $(function () {
customerInfo = JSON.parse(customerInfo).customerId; customerInfo = JSON.parse(customerInfo).customerId;
shareInfo.customerId = customerInfo; shareInfo.customerId = customerInfo;
shareInfo.shareCode = Math.random().toString(36).substr(2, 15) shareInfo.shareCode = Math.random().toString(36).substr(2, 15)
shareInfo.url = window.location.href + '&shareCode=' + shareInfo.shareCode shareInfo.url = window.location.href + '?shareCode=' + shareInfo.shareCode
// 默认的分享信息 // 默认的分享信息
const shareData = { const shareData = {
title: '1对1家庭风险管理服务', title: '1对1家庭风险管理服务',
......
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