diff --git a/fk101/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua b/fk101/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua index 54eeb89e..a413198c 100644 --- a/fk101/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua +++ b/fk101/lua_probject/base_project/Game/View/NewGroup/GroupInfoView.lua @@ -236,7 +236,7 @@ local function __fillRoomItem(self, index, item, room) if p.hp then local str1="积分:" - local hp=p.hp/1000 + local hp=p.hp/100 p_head.text_score.text=str1..hp end diff --git a/fk101/lua_probject/base_project/Game/View/NewGroup/GroupMngFagPackView.lua b/fk101/lua_probject/base_project/Game/View/NewGroup/GroupMngFagPackView.lua index 067a0189..5a33add1 100644 --- a/fk101/lua_probject/base_project/Game/View/NewGroup/GroupMngFagPackView.lua +++ b/fk101/lua_probject/base_project/Game/View/NewGroup/GroupMngFagPackView.lua @@ -237,8 +237,8 @@ end function M:SetBank(totalHp,bankHp) - self.playerJF.text=totalHp/1000 - self.bankJF.text=bankHp/1000 + self.playerJF.text=totalHp/100 + self.bankJF.text=bankHp/100 end diff --git a/fk101/lua_probject/base_project/Game/View/ViewUtil.lua b/fk101/lua_probject/base_project/Game/View/ViewUtil.lua index d5663447..10288002 100644 --- a/fk101/lua_probject/base_project/Game/View/ViewUtil.lua +++ b/fk101/lua_probject/base_project/Game/View/ViewUtil.lua @@ -224,12 +224,12 @@ end -- 数据转换成3位小数 data to a decimal function d2ad(data) - return data / 1000 + return data / 100 end -- 3位小数转换成数据 a decimal to data function ad2d(decimal) - return decimal * 1000 + return decimal * 100 end -- 获取gps diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes index d645d4b5..b7017768 100644 Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes differ diff --git a/fk101/wb_unity_pro/Assets/StreamingAssets/Pack.byte b/fk101/wb_unity_pro/Assets/StreamingAssets/Pack.byte index f88bcf59..98ac9e14 100644 Binary files a/fk101/wb_unity_pro/Assets/StreamingAssets/Pack.byte and b/fk101/wb_unity_pro/Assets/StreamingAssets/Pack.byte differ diff --git a/fk101/wb_unity_pro/Pack/Android32/base/base_script/asset_pack1.0.8.bytes b/fk101/wb_unity_pro/Pack/Android32/base/base_script/asset_pack1.0.8.bytes index 698087f1..49bdf20b 100644 Binary files a/fk101/wb_unity_pro/Pack/Android32/base/base_script/asset_pack1.0.8.bytes and b/fk101/wb_unity_pro/Pack/Android32/base/base_script/asset_pack1.0.8.bytes differ diff --git a/fk101/wb_unity_pro/Pack/Android32/base/newgroup/asset_pack1.0.8.bytes b/fk101/wb_unity_pro/Pack/Android32/base/newgroup/asset_pack1.0.8.bytes index f7d10ff7..af2b4488 100644 Binary files a/fk101/wb_unity_pro/Pack/Android32/base/newgroup/asset_pack1.0.8.bytes and b/fk101/wb_unity_pro/Pack/Android32/base/newgroup/asset_pack1.0.8.bytes differ diff --git a/fk101/wb_unity_pro/Pack/Android32/extend/majiang/changsha/asset_pack1.0.7.bytes b/fk101/wb_unity_pro/Pack/Android32/extend/majiang/changsha/asset_pack1.0.7.bytes index 7aa9d0c9..8efec252 100644 Binary files a/fk101/wb_unity_pro/Pack/Android32/extend/majiang/changsha/asset_pack1.0.7.bytes and b/fk101/wb_unity_pro/Pack/Android32/extend/majiang/changsha/asset_pack1.0.7.bytes differ