探索提交

dev_chengFeng
jiaoyangna 2021-12-29 14:33:19 +08:00
parent 32cc5de541
commit 73eebe80e0
3 changed files with 3 additions and 3 deletions

View File

@ -6810,7 +6810,7 @@ MonoBehaviour:
m_Top: 0
m_Bottom: 29
m_ChildAlignment: 0
m_Spacing: 0
m_Spacing: 7.38
m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 0
m_ChildControlWidth: 0

View File

@ -37,7 +37,7 @@ end
function this:OnOpen(_parent,...)
parent=_parent
sortingOrder = _parent.sortingOrder
parent.title = "探索队伍"
parent.title.text = "探索队伍"
local args = {...}
this.data = args[1]
this.typeIndex = args[2] --0 调整编队 1探索

View File

@ -89,7 +89,7 @@ end
function this:OnOpen(_parent,...)
parent=_parent
sortingOrder = _parent.sortingOrder
parent.title = "一键探索"
parent.title.text = "一键探索"
local args = {...}
this.data = args[1] --编队数据
this.mapDatas = args[2] --地图数据