更换按钮

SK_LongZhu
PC-202302260912\Administrator 2024-11-18 17:06:17 +08:00
parent baf6c5b320
commit 99514e3422
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ end
-- 按钮开闭状态改变
local _BtnStatus = {
open = {img = "Btn_hz_cheng_01", text = Language[11631], textColor = Color.New(255/255,255/255,255/255,1)},
close = {img = "Btn_hz_lan_01", text = Language[11632], textColor = Color.New(139/255,255/255,255/255,1)}
open = {img = "X1_shouzha_yeqianxuanzhong_03", text = Language[11631], textColor = Color.New(255/255,255/255,255/255,1)},
close = {img = "X1_shouzha_yeqianxuanzhong_01", text = Language[11632], textColor = Color.New(139/255,255/255,255/255,1)}
}
local function _SetBtnStatus(btn, status)
local status = _BtnStatus[status]