Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
First_FKQCW
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
王雪伟
First_FKQCW
Commits
a4d8c56f
Commit
a4d8c56f
authored
May 19, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改头像问题
parent
6574433a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
9 deletions
+16
-9
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+5
-5
JumpUtils.cs
Assets/Game/Main/Scripts/Utils/JumpUtils.cs
+1
-0
SettingControl.cs
Assets/Game/Main/Scripts/View/SettingControl.cs
+9
-4
StickDialog.cs
Assets/Game/Main/Scripts/View/StickDialog.cs
+1
-0
No files found.
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
a4d8c56f
...
...
@@ -17534,7 +17534,7 @@ GameObject:
- component: {fileID: 708446923}
- component: {fileID: 708446925}
m_Layer: 5
m_Name: bg
m_Name:
setting
bg
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
...
...
@@ -23229,7 +23229,7 @@ RectTransform:
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x:
1, y: 1
}
m_AnchorMax: {x:
0, y: 0
}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 20, y: 20}
m_Pivot: {x: 0.5, y: 0.5}
...
...
@@ -25914,7 +25914,7 @@ PrefabInstance:
- target: {fileID: 2853166085728200632, guid: 1053be02c113a7a45adf322c929b0cb6,
type: 3}
propertyPath: m_IsActive
value:
0
value:
1
objectReference: {fileID: 0}
- target: {fileID: 2853166085728200634, guid: 1053be02c113a7a45adf322c929b0cb6,
type: 3}
...
...
@@ -29635,7 +29635,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive:
0
m_IsActive:
1
--- !u!224 &1236187954
RectTransform:
m_ObjectHideFlags: 0
...
...
@@ -31696,7 +31696,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x:
-669.01
, y: 0}
m_SizeDelta: {x:
0
, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!114 &1331280229
MonoBehaviour:
Assets/Game/Main/Scripts/Utils/JumpUtils.cs
View file @
a4d8c56f
...
...
@@ -31,6 +31,7 @@ public class JumpUtils : MonoBehaviour
public
void
JumpSetting
()
{
AudioUtils
.
ins
.
PlayBtnAudio
();
GameObject
.
Find
(
"settingbg"
).
GetComponent
<
SettingControl
>().
setHead
();
HomeCamera
.
depth
=
0
;
WithDrawRecordCamera
.
depth
=
0
;
WithDrawCamera
.
depth
=
0
;
...
...
Assets/Game/Main/Scripts/View/SettingControl.cs
View file @
a4d8c56f
...
...
@@ -13,7 +13,7 @@ public class SettingControl : MonoBehaviour
private
string
NotifIsOpen
=
"NOTIF_IS_OPEN"
;
public
void
Start
()
{
//if (PlayerPrefs.GetInt(NotifIsOpen, 0) == 0)
...
...
@@ -24,12 +24,17 @@ public class SettingControl : MonoBehaviour
//{
// notifClose.SetActive(true);
//}
StartCoroutine
(
setUrlImage
(
avatar
,
PrefenceUtils
.
GetInstance
().
getWxAvatar
()));
WxNameTv
.
text
=
"微信名:"
+
PrefenceUtils
.
GetInstance
().
getWxName
();
UserIdTv
.
text
=
"用户ID:"
+
PrefenceUtils
.
GetInstance
().
getUid
();
QQTv
.
text
=
PlayerDataControl
.
Instance
.
MyQQ
;
}
}
public
void
setHead
()
{
StartCoroutine
(
setUrlImage
(
avatar
,
PrefenceUtils
.
GetInstance
().
getWxAvatar
()));
WxNameTv
.
text
=
"微信名:"
+
PrefenceUtils
.
GetInstance
().
getWxName
();
}
/// <summary>
/// 点击提现记录
/// </summary>
...
...
Assets/Game/Main/Scripts/View/StickDialog.cs
View file @
a4d8c56f
...
...
@@ -42,6 +42,7 @@ public class StickDialog : MonoBehaviour
HttpTool
.
Instance
.
_Post
(
"app/v1/game/fkqcw/parking/clean_issues_ticket"
,
parm
,
new
Action
<
ParkingSpace
>((
bean
)
=>
{
EventCenter
.
Broadcast
(
MyEventType
.
UPDATE_CAR_DARA
,
bean
);
EventCenter
.
Broadcast
(
MyEventType
.
UPDATE_CAR_LIST_DATA
);
OnClickCloseStickDialog
();
}),
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