Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
W
wdlc_mjb_unity
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
wdlc_mjb_unity
Commits
261610dc
Commit
261610dc
authored
Jun 22, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成填写信息的回调
parent
d65ceb1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PlantTreeControl.cs
Assets/Game/Main/Scripts/dialog/PlantTreeControl.cs
+2
-2
No files found.
Assets/Game/Main/Scripts/dialog/PlantTreeControl.cs
View file @
261610dc
...
@@ -160,7 +160,7 @@ public class PlantTreeControl : MonoBehaviour
...
@@ -160,7 +160,7 @@ public class PlantTreeControl : MonoBehaviour
// index = 3;
// index = 3;
}
}
//完成填写信息后
//完成填写信息后
public
void
FinishWriteInfo
(
int
id
)
public
void
FinishWriteInfo
(
int
id
,
Action
<
string
>
action
)
{
{
Dictionary
<
string
,
object
>
parm
=
new
Dictionary
<
string
,
object
>();
Dictionary
<
string
,
object
>
parm
=
new
Dictionary
<
string
,
object
>();
parm
.
Clear
();
parm
.
Clear
();
...
@@ -168,7 +168,7 @@ public class PlantTreeControl : MonoBehaviour
...
@@ -168,7 +168,7 @@ public class PlantTreeControl : MonoBehaviour
HttpTool
.
Instance
.
_Post
(
"app/v1/game/module/exchange/choose"
,
parm
,
new
Action
<
GoodsBean
>((
bean
)
=>
HttpTool
.
Instance
.
_Post
(
"app/v1/game/module/exchange/choose"
,
parm
,
new
Action
<
GoodsBean
>((
bean
)
=>
{
{
// setItemData(bean);
// setItemData(bean);
action
(
bean
.
no
);
}),
new
Action
<
string
,
string
>((
code
,
errMsg
)
=>
}),
new
Action
<
string
,
string
>((
code
,
errMsg
)
=>
{
{
...
...
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