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
12c5da9a
Commit
12c5da9a
authored
Apr 02, 2020
by
lujinlei
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
ce324fd7
a01c4bd4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
161 deletions
+17
-161
workspace.xml
.idea/workspace.xml
+9
-161
AssistancePanel.ts
egret/src/Panels/assistancePanel/AssistancePanel.ts
+8
-0
No files found.
.idea/workspace.xml
View file @
12c5da9a
This diff is collapsed.
Click to expand it.
egret/src/Panels/assistancePanel/AssistancePanel.ts
View file @
12c5da9a
...
...
@@ -31,8 +31,12 @@ export default class AssistancePanel extends Panel {
this
.
failTip
.
visible
=
!
this
.
data
.
success
;
this
.
failTip
.
text
=
this
.
data
.
failTips
;
if
(
this
.
data
.
success
)
{
<<<<<<<
HEAD
NetManager
.
ins
.
showLog
(
getlogItem
(
32
));
window
[
'_hmt'
].
push
([
'_trackEvent'
,
'分享打开页面-为好友助力按钮'
,
'showLog'
,
'曝光'
]);
=======
NetManager
.
ins
.
showLog
(
getlogItem
(
35
));
>>>>>>>
a01c4bd41d5c68df4758ce0b47441794ead08eaf
}
else
{
// "200001": "您的助力已经达到上限了哦~",
...
...
@@ -78,8 +82,12 @@ export default class AssistancePanel extends Panel {
private
onTap_clickJoin
()
{
console
.
log
(
'我也要去打榜'
);
if
(
this
.
data
.
success
)
{
<<<<<<<
HEAD
NetManager
.
ins
.
showLog
(
getlogItem
(
32
));
window
[
'_hmt'
].
push
([
'_trackEvent'
,
'分享打开页面-为好友助力按钮'
,
'showLog'
,
'曝光'
]);
=======
NetManager
.
ins
.
clickLog
(
getlogItem
(
35
));
>>>>>>>
a01c4bd41d5c68df4758ce0b47441794ead08eaf
}
else
{
if
(
this
.
data
.
code
==
'200001'
)
{
NetManager
.
ins
.
clickLog
(
getlogItem
(
33
))
...
...
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