Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔立强
db-game-template
Commits
4cc6e06a
Commit
4cc6e06a
authored
Nov 25, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
608fdab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
gotoShare.ts
egret/src/gotoShare.ts
+3
-5
No files found.
egret/src/gotoShare.ts
View file @
4cc6e06a
...
@@ -4,8 +4,8 @@ export default () => {
...
@@ -4,8 +4,8 @@ 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
=
'http://activity.m.duiba.com.cn/customShare/share?id=3679'
;
let
shareUrl
=
`https://activity.m.duiba.com.cn/projectx/
${
window
[
'projectID'
]}
/fea2bff6f.html`
;
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
;
console
.
log
(
prefix
);
console
.
log
(
prefix
);
...
@@ -18,6 +18,4 @@ export default () => {
...
@@ -18,6 +18,4 @@ export default () => {
imgUrl
:
'http://yun.duiba.com.cn/duibaManagerWeb/fgzpqk6zzo.png'
,
imgUrl
:
'http://yun.duiba.com.cn/duibaManagerWeb/fgzpqk6zzo.png'
,
url
:
shareUrl
,
type
:
'3'
url
:
shareUrl
,
type
:
'3'
});
});
}
}
// https://mng.duiba.com.cn/newmanager/html/newduibahdtool.html#!/skinedit/3679
\ No newline at end of file
//?avatar=http%3A%2F%2Fyun.duiba.com.cn%2Fdb_games%2Fimg2.jpg&url=http%3A%2F%2Fyun.duiba.com.cn%2Fdb_games%2Fimg2.jpg&address=浙江省1,杭州市2,上城区3&id=999&title=梦想标题标题梦想标题&content=梦想内容梦想内容梦容梦想内容
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment