This commit is contained in:
2020-08-08 10:03:23 +08:00
parent 96a895d014
commit 2354af6ac0
12 changed files with 29 additions and 29 deletions

View File

@@ -160,7 +160,7 @@ function TRPCustDetailSimple:show()
table.insert(stars, i <= (self.mdata.customerLabel or 0) and true or false)
end
CLUIUtl.resetList4Lua(uiobjs.starGrid, uiobjs.starGridPrefab, stars, self:wrapFunc(self.initStarCell))
uiobjs.Head:setValue(self.mdata)
self:showDetail()
end