This commit is contained in:
2020-07-15 20:53:37 +08:00
parent f02f8e2308
commit 2092e4ef94
46 changed files with 200 additions and 154 deletions

View File

@@ -97,6 +97,7 @@ function TRPSelectCompany:setEventDelegate()
end
-- 缓存一下,下次进来后就不用再先公司了
Prefs.setCurrGroup(Prefs.getUserName(), json.encode(selectedCompany))
MyUtl.setIsHidePhone(selectedCompany.cover_phoneNo_flag)
getPanelAsy("PanelConnect", onLoadedPanel)
end
}