Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
f9896acd
Commit
f9896acd
authored
Aug 24, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
d0066fa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Main.ts
project/src/Main.ts
+4
-2
share.ts
project/src/share.ts
+1
-1
No files found.
project/src/Main.ts
View file @
f9896acd
...
@@ -55,9 +55,11 @@ export class Main {
...
@@ -55,9 +55,11 @@ export class Main {
sendWebNet
(
WebNetName
.
login
,{
sendWebNet
(
WebNetName
.
login
,{
appId
:
getUrlParams
(
"appID"
),
appId
:
getUrlParams
(
"appID"
),
unionid
:
getUnionid
()
||
'oIbvOt3D_z7AfHz9lI6VmDEeYDIk'
,
unionid
:
getUnionid
()
||
'oIbvOt3D_z7AfHz9lI6VmDEeYDIk'
,
redirectUrl
:
`https://
activity
.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=
${
getQueryParams
().
issharepage
}
`
redirectUrl
:
`https://
85337.activity-1
.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&issharepage=
${
getQueryParams
().
issharepage
}
`
}).
then
(
res
=>
{
}).
then
(
res
=>
{
location
.
href
=
res
.
data
;
let
url
=
res
.
data
;
// url.replace('activity','85337.activity-1');
location
.
href
=
url
;
});
});
return
;
return
;
}
}
...
...
project/src/share.ts
View file @
f9896acd
...
@@ -9,7 +9,7 @@ export const startShare=()=>{
...
@@ -9,7 +9,7 @@ export const startShare=()=>{
updateShare
({
updateShare
({
title
:
'我正在参加d
\'
zzit拆盲盒'
,
//分享标题
title
:
'我正在参加d
\'
zzit拆盲盒'
,
//分享标题
content
:
'一起来吧~惊喜好物等着你'
,
//分享内容
content
:
'一起来吧~惊喜好物等着你'
,
//分享内容
url
:
'https://
activity
.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&iscustom=1&issharepage=1'
,
//分享链接
url
:
'https://
85337.activity-1
.m.duiba.com.cn/projectx/pf80f49cf/index.html?appID=85337&iscustom=1&issharepage=1'
,
//分享链接
thumbnail
:
'https://yun.duiba.com.cn/db_games/disulogo.jpg'
,
//分享缩略图
thumbnail
:
'https://yun.duiba.com.cn/db_games/disulogo.jpg'
,
//分享缩略图
});
});
...
...
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