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
40783c30
Commit
40783c30
authored
Jun 22, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提现弹窗
parent
cecd01e7
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
11 deletions
+60
-11
AD.meta
Assets/AdSDK/AD.meta
+0
-8
item_jilu.prefab
Assets/Game/Main/Prefabs/item_jilu.prefab
+55
-0
ExchangeItem.cs
Assets/Game/Main/Scripts/Item/ExchangeItem.cs
+1
-1
JiluItem.cs
Assets/Game/Main/Scripts/Item/JiluItem.cs
+2
-1
GoodsBean.cs
Assets/Game/Main/Scripts/Model/GoodsBean.cs
+2
-1
No files found.
Assets/AdSDK/AD.meta
deleted
100644 → 0
View file @
cecd01e7
fileFormatVersion: 2
guid: 66e2d68a3d594c442ba620e41fb79243
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/Game/Main/Prefabs/item_jilu.prefab
View file @
40783c30
...
...
@@ -11,6 +11,7 @@ GameObject:
-
component
:
{
fileID
:
7019886243994270209
}
-
component
:
{
fileID
:
3800485479941428341
}
-
component
:
{
fileID
:
4723572281913096244
}
-
component
:
{
fileID
:
1439223343414255584
}
m_Layer
:
5
m_Name
:
Image
m_TagString
:
Untagged
...
...
@@ -74,6 +75,60 @@ MonoBehaviour:
m_FillOrigin
:
0
m_UseSpriteMesh
:
0
m_PixelsPerUnitMultiplier
:
1
---
!u!114
&1439223343414255584
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
343406490744384726
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
4e29b1a8efbd4b44bb3f3716e73f07ff
,
type
:
3
}
m_Name
:
m_EditorClassIdentifier
:
m_Navigation
:
m_Mode
:
3
m_SelectOnUp
:
{
fileID
:
0
}
m_SelectOnDown
:
{
fileID
:
0
}
m_SelectOnLeft
:
{
fileID
:
0
}
m_SelectOnRight
:
{
fileID
:
0
}
m_Transition
:
1
m_Colors
:
m_NormalColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
m_HighlightedColor
:
{
r
:
0.9607843
,
g
:
0.9607843
,
b
:
0.9607843
,
a
:
1
}
m_PressedColor
:
{
r
:
0.78431374
,
g
:
0.78431374
,
b
:
0.78431374
,
a
:
1
}
m_SelectedColor
:
{
r
:
0.9607843
,
g
:
0.9607843
,
b
:
0.9607843
,
a
:
1
}
m_DisabledColor
:
{
r
:
0.78431374
,
g
:
0.78431374
,
b
:
0.78431374
,
a
:
0.5019608
}
m_ColorMultiplier
:
1
m_FadeDuration
:
0.1
m_SpriteState
:
m_HighlightedSprite
:
{
fileID
:
0
}
m_PressedSprite
:
{
fileID
:
0
}
m_SelectedSprite
:
{
fileID
:
0
}
m_DisabledSprite
:
{
fileID
:
0
}
m_AnimationTriggers
:
m_NormalTrigger
:
Normal
m_HighlightedTrigger
:
Highlighted
m_PressedTrigger
:
Pressed
m_SelectedTrigger
:
Selected
m_DisabledTrigger
:
Disabled
m_Interactable
:
1
m_TargetGraphic
:
{
fileID
:
4723572281913096244
}
m_OnClick
:
m_PersistentCalls
:
m_Calls
:
-
m_Target
:
{
fileID
:
3048377585568751591
}
m_MethodName
:
clickJumpRank
m_Mode
:
1
m_Arguments
:
m_ObjectArgument
:
{
fileID
:
0
}
m_ObjectArgumentAssemblyTypeName
:
UnityEngine.Object, UnityEngine
m_IntArgument
:
0
m_FloatArgument
:
0
m_StringArgument
:
m_BoolArgument
:
0
m_CallState
:
2
---
!u!1
&637023499005815143
GameObject
:
m_ObjectHideFlags
:
0
...
...
Assets/Game/Main/Scripts/Item/ExchangeItem.cs
View file @
40783c30
...
...
@@ -33,7 +33,7 @@ public class ExchangeItem : MonoBehaviour
HttpTool
.
Instance
.
_Post
(
"app/v1/game/module/exchange/choose"
,
parm
,
new
Action
<
GoodsBean
>((
bean
)
=>
{
// setItemData(bean);
FindObjectOfType
<
DialogControl
>().
ShowRealAwardsWinDialog
().
SetUpSubviews
(
bean
.
goods
.
img
,
bean
.
goods
.
name
);
FindObjectOfType
<
DialogControl
>().
ShowRealAwardsWinDialog
().
SetUpSubviews
(
bean
.
goods
.
img
,
bean
.
goods
.
name
,
bean
.
no
);
}),
new
Action
<
string
,
string
>((
code
,
errMsg
)
=>
{
...
...
Assets/Game/Main/Scripts/Item/JiluItem.cs
View file @
40783c30
...
...
@@ -28,6 +28,7 @@ public class JiluItem : MonoBehaviour
//点击查看 展示排行榜
public
void
clickJumpRank
()
{
RealAwardsVM
.
no
=
bean
.
no
;
FindObjectOfType
<
DialogControl
>().
ShowRARankList
(
false
);
}
}
Assets/Game/Main/Scripts/Model/GoodsBean.cs
View file @
40783c30
...
...
@@ -3,6 +3,7 @@ public class GoodsBean
{
public
int
status
;
public
int
number
;
public
string
no
;
public
Goods
goods
;
public
class
Goods
...
...
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