Commit 4fa97026 authored by wildfirecode's avatar wildfirecode

1

parent ae87db11
...@@ -4,8 +4,9 @@ export default () => { ...@@ -4,8 +4,9 @@ export default () => {
const { avatar, dreamPic: url, address, id, dreamTitle: title, dreamContent: content } = DataManager.ins.getData('yyh_join1_dreamDetail').data; const { avatar, dreamPic: url, address, id, dreamTitle: title, dreamContent: content } = DataManager.ins.getData('yyh_join1_dreamDetail').data;
let shareUrl = window.location.href.replace('index','fea2bff6f'); let shareUrl = 'http://activity.m.duiba.com.cn/projectx/pa1462f11/fea2bff6f.html';
// let shareUrl = window.location.href.replace('index','fea2bff6f');
const prefix = `?avatar=${encodeURIComponent(avatar)}&url=${encodeURIComponent(url)}&address=${address}&id2=${id}&title=${title}&content=${content}` const prefix = `?avatar=${encodeURIComponent(avatar)}&url=${encodeURIComponent(url)}&address=${address}&id2=${id}&title=${title}&content=${content}`
shareUrl += prefix; shareUrl += prefix;
......
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