This commit is contained in:
2020-07-09 09:23:09 +08:00
parent c523462b82
commit c0095c1af9
48 changed files with 553 additions and 297 deletions

View File

@@ -312,7 +312,7 @@ function TRPNewCust:onPopupFieldValChg4Extend(go)
-- 有修改,发送数据
self:sendModifymsg(el.jsonKey, el.value, true)
else
MyUtl.toastE(err)
MyUtl.toastW(err)
end
end
end
@@ -352,7 +352,7 @@ function TRPNewCust:setEventDelegate()
local err = uiobjs.DetailRoot:checkValid()
err = joinStr(err, uiobjs.ExtendFormRoot:checkValid())
if not isNilOrEmpty(err) then
MyUtl.toastE(err)
MyUtl.toastW(err)
return
end