刷充修改
parent
c8c7863e56
commit
efafc76e7a
|
|
@ -185,13 +185,14 @@ function GMShuaChongTeQuan:SingleDataShow(item,data,lv)
|
|||
local privilege=ConfigManager.GetConfigData(ConfigName.PrivilegeTypeConfig,data)
|
||||
local num=""
|
||||
local num2=0
|
||||
if privilege.Condition[lv+1] then
|
||||
num=privilege.Condition[lv+1][2]
|
||||
--LogError("lv============================================="..lv)
|
||||
if privilege.Condition[lv] then
|
||||
num=privilege.Condition[lv][2]
|
||||
if num==-1 then
|
||||
num="无限"
|
||||
end
|
||||
if privilege.Condition[lv+1][3] then
|
||||
num2=privilege.Condition[lv+1][3]
|
||||
if privilege.Condition[lv][3] then
|
||||
num2=privilege.Condition[lv][3]
|
||||
end
|
||||
end
|
||||
if privilege.IfFloat==2 then
|
||||
|
|
|
|||
Loading…
Reference in New Issue