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
f7049f14
Commit
f7049f14
authored
Aug 09, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
c4fdb88a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
alreadyAcquired.do.json
project/mock/webNet/wallet/alreadyAcquired.do.json
+1
-1
myWallet.do.json
project/mock/webNet/wallet/myWallet.do.json
+1
-1
share_fail.ts
project/src/panels/share_fail.ts
+3
-0
share_success.ts
project/src/panels/share_success.ts
+2
-0
IndexScene.ts
project/src/scenes/IndexScene.ts
+1
-1
No files found.
project/mock/webNet/wallet/alreadyAcquired.do.json
View file @
f7049f14
{
{
"code"
:
null
,
"code"
:
null
,
"data"
:
0
,
"data"
:
1
,
"message"
:
null
,
"message"
:
null
,
"success"
:
true
"success"
:
true
}
}
\ No newline at end of file
project/mock/webNet/wallet/myWallet.do.json
View file @
f7049f14
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"alreadyOpenAccount"
:
false
,
"alreadyOpenAccount"
:
false
,
"assistFriendNum"
:
1
,
"assistFriendNum"
:
1
,
"canWithdraw"
:
true
,
"canWithdraw"
:
true
,
"experienceAmount"
:
2
22
33
,
"experienceAmount"
:
233
,
"maxExperienceAmount"
:
2500
,
"maxExperienceAmount"
:
2500
,
"millionShares"
:
null
,
"millionShares"
:
null
,
"otherExperienceAmount"
:
1
,
"otherExperienceAmount"
:
1
,
...
...
project/src/panels/share_fail.ts
View file @
f7049f14
import
{
RES
}
from
"../../module/RES"
;
import
{
RES
}
from
"../../module/RES"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
centerTextField
from
"../common/centerTextField"
;
import
getObject
from
"../common/getObject"
;
import
getObject
from
"../common/getObject"
;
export
class
ShareFailPanel
extends
Panel
{
export
class
ShareFailPanel
extends
Panel
{
...
@@ -7,6 +8,8 @@ export class ShareFailPanel extends Panel {
...
@@ -7,6 +8,8 @@ export class ShareFailPanel extends Panel {
super
.
initUi
();
super
.
initUi
();
var
skin
=
RES
.
getSkinDataByName
(
this
.
skinName
);
var
skin
=
RES
.
getSkinDataByName
(
this
.
skinName
);
this
.
position
.
set
(
skin
.
x
,
skin
.
y
);
this
.
position
.
set
(
skin
.
x
,
skin
.
y
);
centerTextField
(
getObject
(
this
,
'share_fail_tip'
),
596
);
}
}
get
groupNames
()
{
return
[
"share_fail"
]
}
get
groupNames
()
{
return
[
"share_fail"
]
}
...
...
project/src/panels/share_success.ts
View file @
f7049f14
import
{
RES
}
from
"../../module/RES"
;
import
{
RES
}
from
"../../module/RES"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
centerTextField
from
"../common/centerTextField"
;
import
getObject
from
"../common/getObject"
;
import
getObject
from
"../common/getObject"
;
export
class
ShareSuccessPanel
extends
Panel
{
export
class
ShareSuccessPanel
extends
Panel
{
...
@@ -7,6 +8,7 @@ export class ShareSuccessPanel extends Panel {
...
@@ -7,6 +8,7 @@ export class ShareSuccessPanel extends Panel {
super
.
initUi
();
super
.
initUi
();
var
skin
=
RES
.
getSkinDataByName
(
this
.
skinName
);
var
skin
=
RES
.
getSkinDataByName
(
this
.
skinName
);
this
.
position
.
set
(
skin
.
x
,
skin
.
y
);
this
.
position
.
set
(
skin
.
x
,
skin
.
y
);
centerTextField
(
getObject
(
this
,
'share_success_tips1'
),
596
);
}
}
get
groupNames
()
{
return
[
"share_success"
]
}
get
groupNames
()
{
return
[
"share_success"
]
}
...
...
project/src/scenes/IndexScene.ts
View file @
f7049f14
...
@@ -55,7 +55,7 @@ export class IndexScene extends Scene {
...
@@ -55,7 +55,7 @@ export class IndexScene extends Scene {
});
});
})
})
}
else
{
}
else
{
showToast
(
'收益未满7天,不能提现哦
~
'
)
showToast
(
'收益未满7天,不能提现哦
~
'
)
}
}
...
...
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