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
4f44f6dc
Commit
4f44f6dc
authored
Aug 09, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
a829a3bc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
project/index.html
+2
-2
ShareScene.ts
project/src/scenes/ShareScene.ts
+1
-1
No files found.
project/index.html
View file @
4f44f6dc
...
...
@@ -66,8 +66,8 @@
</script>
<!-- 构建的js -->
<
script
src=
"output.js"
crossorigin=
"anonymous"
></script
>
<
!-- <script src="https://yun.duiba.com.cn/db_games/activity/template/1628215312/output.js" crossorigin="anonymous"></script> --
>
<
!-- <script src="output.js" crossorigin="anonymous"></script> --
>
<
script
src=
"https://yun.duiba.com.cn/db_games/activity/template/1628478599/output.js"
crossorigin=
"anonymous"
></script
>
...
...
project/src/scenes/ShareScene.ts
View file @
4f44f6dc
...
...
@@ -29,7 +29,7 @@ export class ShareScene extends Scene {
getPxTokenSave
().
then
(
token
=>
{
sendWebNet
(
WebNetName
.
shareInfo
,{
code
:
getQueryParams
().
code
,
token
:
token
}).
then
(
res
=>
{
const
{
experienceAmount
,
preIncom
,
remainAssist
}
=
res
.
data
;
getObject
(
this
,
'share_tips1'
).
text
=
`
${
experienceAmount
}
F
${
preIncom
}
元`
getObject
(
this
,
'share_tips1'
).
text
=
`
${
experienceAmount
}
元体验金,预期收益
${
preIncom
}
元`
getObject
(
this
,
'share_tips2'
).
text
=
`今日剩余助力次数:
${
remainAssist
}
次`
});
})
...
...
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