Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
wildfirecode13
xiaoxiaole
Commits
4161e372
Commit
4161e372
authored
Oct 15, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
41dd44d5
16b83464
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
egret/index.html
+1
-1
MapScene.ts
egret/src/mapScene/MapScene.ts
+2
-2
No files found.
egret/index.html
View file @
4161e372
...
...
@@ -58,7 +58,7 @@
let
title
=
"求求你可以帮我点一下吗?还差一点点就可以领红包了~"
;
let
content
=
"我在狮狮连萌等你,一起天天领福利哦"
;
let
targetUrl
=
"https://gameact.suning.com/duiba/customShare/share?id=3531"
+
"&shareCode="
+
shareCode
;
// 待修改
let
iconUrl
=
"http://yun.duiba.com.cn/db_games/xiaoxiaole.jpg"
;
let
iconUrl
=
"http://yun.duiba.com.cn/db_games/xiaoxiaole
2
.jpg"
;
let
shareWays
=
"1,2"
;
console
.
log
(
"AppReady"
);
if
(
isIphone
())
{
...
...
egret/src/mapScene/MapScene.ts
View file @
4161e372
...
...
@@ -20,7 +20,6 @@ import getResPath from "../../libs/new_tc/getResPath";
import
CountDown
from
"./CountDown"
;
import
AvatarComp
from
"./AvatarComp"
;
import
Utils
from
"../Utils"
;
import
tr
=
egret
.
sys
.
tr
;
import
{
GDispatcher
}
from
"../../libs/tc/util/GDispatcher"
;
...
...
@@ -53,7 +52,8 @@ export default class MapScene extends Scene {
if
(
!
success
)
{
return
;
}
},
code
,
dojoin
.
data
);
showToast
(
"助力成功"
);
},
Utils
.
getRequestByKey
(
"shareCode"
),
dojoin
.
data
);
}
// 邀请有礼角标倒计时
...
...
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