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
1bfa82f9
Commit
1bfa82f9
authored
Dec 29, 2020
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改扣积分desc
parent
0868bab2
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
39 deletions
+31
-39
workspace.xml
.idea/workspace.xml
+28
-36
ExchangeBuyPanel.ts
egret/src/Panels/ExchangeBuyPanel.ts
+1
-1
ShopBuyPanel.ts
egret/src/Panels/ShopBuyPanel.ts
+1
-1
UnlockPanel.ts
egret/src/Panels/UnlockPanel.ts
+1
-1
No files found.
.idea/workspace.xml
View file @
1bfa82f9
This diff is collapsed.
Click to expand it.
egret/src/Panels/ExchangeBuyPanel.ts
View file @
1bfa82f9
...
...
@@ -86,7 +86,7 @@ export default class ExchangeBuyPanel extends Panel {
},
ticket
,
(
res
)
=>
{
return
res
.
data
==
0
;
});
},
'join_7'
,
'join'
,
this
.
data
.
price
,
'
欢趣农场
'
);
},
'join_7'
,
'join'
,
this
.
data
.
price
,
'
act_name
'
);
})
}
...
...
egret/src/Panels/ShopBuyPanel.ts
View file @
1bfa82f9
...
...
@@ -60,7 +60,7 @@ export default class ShopBuyPanel extends Panel {
Loading
.
instace
.
show
();
Tools
.
creditsCost
(
'join_7'
,
'join'
,
this
.
data
.
needGold
,
'
欢趣农场
'
)
Tools
.
creditsCost
(
'join_7'
,
'join'
,
this
.
data
.
needGold
,
'
act_name
'
)
.
then
((
ticket
)
=>
{
// 兑换商品
NetManager
.
ins
.
propExchange
((
success
,
res
)
=>
{
...
...
egret/src/Panels/UnlockPanel.ts
View file @
1bfa82f9
...
...
@@ -52,7 +52,7 @@ export default class UnlockPanel extends Panel {
return
;
}
Tools
.
creditsCost
(
'area'
,
'join'
,
price
).
then
((
ticket
)
=>
{
Tools
.
creditsCost
(
'area'
,
'join'
,
price
,
'act_name'
).
then
((
ticket
)
=>
{
NetManager
.
ins
.
unlockLand
((
success
)
=>
{
if
(
!
success
)
return
;
...
...
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