diff --git a/lua_probject/base_project/Game/View/Family/FamilyBanDesk.lua b/lua_probject/base_project/Game/View/Family/FamilyBanDesk.lua
index f6b91df3..0e2a0e8d 100644
--- a/lua_probject/base_project/Game/View/Family/FamilyBanDesk.lua
+++ b/lua_probject/base_project/Game/View/Family/FamilyBanDesk.lua
@@ -53,10 +53,27 @@ function BanDesk:Init()
local btn_del = obj:GetChild("btn_del")
local btn_addBanItem = obj:GetChild("btn_addBanItem")
- --tex_name.text =
+ btn_addBanItem.onClick:Set(function()
+ local fgCtr = ControllerManager.GetController(NewGroupController)
+ local groupId = root._group
+ local userId = DataManager.SelfUser.account_id
+ local banList = {}
+ --fgCtr:FG_SetBanTable(groupId, userId, , {},function()
+ --end)
+ end)
+
+ list_BanedPlayers.itemRenderer = function(i, o)
+
+ end
end
+
+end
+
+function BanDesk:Reflash()
-- 最后一个添加ban按钮
local addBanItem = self.list_banItem:AddItemFromPool()
+ addBanItem:GetController("cStyle").selectedIndex = 1
+
--addBanItem
end
diff --git a/lua_probject/base_project/Game/View/Family/FamilyRecord.lua b/lua_probject/base_project/Game/View/Family/FamilyRecord.lua
new file mode 100644
index 00000000..44c7b25d
--- /dev/null
+++ b/lua_probject/base_project/Game/View/Family/FamilyRecord.lua
@@ -0,0 +1,17 @@
+local FamilyRecord = {}
+
+function FamilyRecord:TryShow()
+
+end
+
+function FamilyRecord:Show()
+
+end
+
+function FamilyRecord:Init()
+ setmetatable(FamilyRecord, {__index = BaseView})
+
+ self:InitView("ui://Family/com_Record")
+
+ --self
+end
\ No newline at end of file
diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua
index ab7b723b..907f333c 100644
--- a/lua_probject/base_project/Game/View/FamilyView.lua
+++ b/lua_probject/base_project/Game/View/FamilyView.lua
@@ -8,7 +8,6 @@ local FamilyAllNumbers = import(".Family.FamilyAllNumbers")
local FamilyNumberRecord = import(".Family.FamilyNumberRecord")
local FamilyAuditNumber = import(".Family.FamilyAuditNumber")
local FamilyJoinAndCreate = import(".Family.FamilyJoinAndCreate")
-local FamilyBanDeskmate = import(".Family.FamilyBanDeskmate")
local FamilyEventView = import(".Family.FamilyEventView")
local FamilyBanDesk = import(".Family.FamilyBanDesk")
local FamilyMyFamily = import(".Family.FamilyMyFamily")
diff --git a/wb_new_ui/assets/Family/BanDesk/Component/item_banItem.xml b/wb_new_ui/assets/Family/BanDesk/Component/item_banItem.xml
index 775f4fd2..7188fd8f 100644
--- a/wb_new_ui/assets/Family/BanDesk/Component/item_banItem.xml
+++ b/wb_new_ui/assets/Family/BanDesk/Component/item_banItem.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/wb_new_ui/assets/Family/BanDesk/com_banDesk.xml b/wb_new_ui/assets/Family/BanDesk/com_banDesk.xml
index ab6a6040..de96bcc6 100644
--- a/wb_new_ui/assets/Family/BanDesk/com_banDesk.xml
+++ b/wb_new_ui/assets/Family/BanDesk/com_banDesk.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/wb_new_ui/assets/Family/Record/Component/Item_familyPlayer.xml b/wb_new_ui/assets/Family/Record/Component/Item_familyPlayer.xml
new file mode 100644
index 00000000..c6f7cf7a
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/Item_familyPlayer.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/Component/Item_familyRecord.xml b/wb_new_ui/assets/Family/Record/Component/Item_familyRecord.xml
new file mode 100644
index 00000000..0b822808
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/Item_familyRecord.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/Component/Item_record.xml b/wb_new_ui/assets/Family/Record/Component/Item_record.xml
new file mode 100644
index 00000000..7183426c
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/Item_record.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/Component/Item_score.xml b/wb_new_ui/assets/Family/Record/Component/Item_score.xml
new file mode 100644
index 00000000..4f893791
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/Item_score.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/Component/Item_title.xml b/wb_new_ui/assets/Family/Record/Component/Item_title.xml
new file mode 100644
index 00000000..fcf89382
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/Item_title.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/Component/btn_replay.xml b/wb_new_ui/assets/Family/Record/Component/btn_replay.xml
new file mode 100644
index 00000000..a3c3e74b
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/btn_replay.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/Component/btn_share.xml b/wb_new_ui/assets/Family/Record/Component/btn_share.xml
new file mode 100644
index 00000000..3040fa2c
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/Component/btn_share.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/BanDesk/Image/Group 544.png b/wb_new_ui/assets/Family/Record/Image/Group 544.png
similarity index 100%
rename from wb_new_ui/assets/Family/BanDesk/Image/Group 544.png
rename to wb_new_ui/assets/Family/Record/Image/Group 544.png
diff --git a/wb_new_ui/assets/Family/Record/Image/Rectangle 182.png b/wb_new_ui/assets/Family/Record/Image/Rectangle 182.png
new file mode 100644
index 00000000..47fc403d
Binary files /dev/null and b/wb_new_ui/assets/Family/Record/Image/Rectangle 182.png differ
diff --git a/wb_new_ui/assets/Family/Record/Image/Rectangle 187.png b/wb_new_ui/assets/Family/Record/Image/Rectangle 187.png
new file mode 100644
index 00000000..72cef700
Binary files /dev/null and b/wb_new_ui/assets/Family/Record/Image/Rectangle 187.png differ
diff --git a/wb_new_ui/assets/Family/BanDesk/Image/Rectangle 285.png b/wb_new_ui/assets/Family/Record/Image/Rectangle 285.png
similarity index 100%
rename from wb_new_ui/assets/Family/BanDesk/Image/Rectangle 285.png
rename to wb_new_ui/assets/Family/Record/Image/Rectangle 285.png
diff --git a/wb_new_ui/assets/Family/Record/Image/分享.png b/wb_new_ui/assets/Family/Record/Image/分享.png
new file mode 100644
index 00000000..8f6fa819
Binary files /dev/null and b/wb_new_ui/assets/Family/Record/Image/分享.png differ
diff --git a/wb_new_ui/assets/Family/Record/Image/回放.png b/wb_new_ui/assets/Family/Record/Image/回放.png
new file mode 100644
index 00000000..0c2a3b48
Binary files /dev/null and b/wb_new_ui/assets/Family/Record/Image/回放.png differ
diff --git a/wb_new_ui/assets/Family/Record/com_Record.xml b/wb_new_ui/assets/Family/Record/com_Record.xml
new file mode 100644
index 00000000..00480eba
--- /dev/null
+++ b/wb_new_ui/assets/Family/Record/com_Record.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Record/temp_record.xml b/wb_new_ui/assets/Family/Record/temp_record.xml
deleted file mode 100644
index 083d70ca..00000000
--- a/wb_new_ui/assets/Family/Record/temp_record.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/package.xml b/wb_new_ui/assets/Family/package.xml
index a58bf3b2..71076776 100644
--- a/wb_new_ui/assets/Family/package.xml
+++ b/wb_new_ui/assets/Family/package.xml
@@ -234,9 +234,9 @@
-
-
-
+
+
+
@@ -255,6 +255,17 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0.png b/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0.png
index d488f043..e3f15aca 100644
Binary files a/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0.png and b/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0.png differ
diff --git a/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0_1.png b/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0_1.png
index a3e5f6d0..856ee576 100644
Binary files a/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0_1.png and b/wb_unity_pro/Assets/ART/base/Family/ui/Family_atlas0_1.png differ
diff --git a/wb_unity_pro/Assets/ART/base/Family/ui/Family_fui.bytes b/wb_unity_pro/Assets/ART/base/Family/ui/Family_fui.bytes
index dafcba1e..db9d3003 100644
Binary files a/wb_unity_pro/Assets/ART/base/Family/ui/Family_fui.bytes and b/wb_unity_pro/Assets/ART/base/Family/ui/Family_fui.bytes differ