gm修改器修改
parent
b968848bc4
commit
81a5c3e014
|
@ -198,11 +198,12 @@ function GMChangePanel:SingleTask(go,data)
|
|||
end
|
||||
--LogError("data.id=="..data.Id.." data.name=="..data.Type)
|
||||
local des=""
|
||||
for i = 1, #data.Price do
|
||||
if itemConfig[data.Price[i][1]] then
|
||||
des=des.." "..itemConfig[data.Price[i][1]].Name.." *"..data.Price[i][2]
|
||||
end
|
||||
end
|
||||
-- for i = 1, #data.Price do
|
||||
-- if itemConfig[data.Price[i][1]] then
|
||||
-- des=des.." "..itemConfig[data.Price[i][1]].Name.." *"..data.Price[i][2]
|
||||
-- end
|
||||
-- end
|
||||
des=data.DisplayReward
|
||||
itemDes.text=des
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue