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
0df7e0e4
Commit
0df7e0e4
authored
Aug 05, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
788993b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
23 deletions
+4
-23
myWallet.do.json
project/mock/webNet/wallet/myWallet.do.json
+2
-2
share_fail.ts
project/src/panels/share_fail.ts
+1
-13
share_success.ts
project/src/panels/share_success.ts
+1
-8
No files found.
project/mock/webNet/wallet/myWallet.do.json
View file @
0df7e0e4
...
...
@@ -6,8 +6,8 @@
"assistFriendNum"
:
-91701800.34001528
,
"assistIncrAmount"
:
-80077469.46236338
,
"canWithdraw"
:
true
,
"experienceAmount"
:
-87194523.90880549
,
"maxExperienceAmount"
:
-24988940.25989467
,
"experienceAmount"
:
1000000
,
"maxExperienceAmount"
:
1000000
,
"yesterdayIncome"
:
"velit dolor magna non anim"
,
"sumIncome"
:
"in enim nulla"
,
"millionShares"
:
"pariatur reprehenderit ea ut eiusmod"
,
...
...
project/src/panels/share_fail.ts
View file @
0df7e0e4
...
...
@@ -19,22 +19,10 @@ export class ShareFailPanel extends Panel {
//两个按钮都是关闭作用
get
closeBtns
()
{
return
[
getObject
(
this
,
'share_fail_close
btn'
),
getObject
(
this
,
'share_fail_okbtn
'
)];
return
[
getObject
(
this
,
'share_fail_close'
)];
}
async
start
(
data
)
{
super
.
start
();
sendWebNet
(
WebNetName
.
myWallet
).
then
(
myWalletResult
=>
{
});
}
hidePanel
(){
super
.
hidePanel
();
// changeScene(IndexScene);
}
}
\ No newline at end of file
project/src/panels/share_success.ts
View file @
0df7e0e4
...
...
@@ -19,18 +19,11 @@ export class ShareSuccessPanel extends Panel {
//两个按钮都是关闭作用
get
closeBtns
()
{
return
[
getObject
(
this
,
'share_success_close
btn'
),
getObject
(
this
,
'share_success_okbtn
'
)];
return
[
getObject
(
this
,
'share_success_close'
)];
}
async
start
(
data
)
{
super
.
start
();
}
hidePanel
(){
super
.
hidePanel
();
// changeScene(IndexScene);
}
}
\ No newline at end of file
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