hilberthu

Results 2 issues of hilberthu

我用docker部署的tarsframework,但是在点击服务配置的时候,会报错:Cannot read properties of undefined (reading '$loading'),请问如何解决 ![image](https://user-images.githubusercontent.com/5734402/204181163-27e9dbc2-21d7-4521-b236-878f317c9cac.png)

代码如下: LuaLogDebug("LastLoginTime3==================", tData.playerInfo.LastLoginTime) local strPbData = protobuf.encode("UserProfile", tData) LuaLogDebug("LastLoginTime4==================", tData.playerInfo.LastLoginTime) 输出结构如下: 2022-03-31 11:11:12|140067794106112|DEBUG|common/DBInterface.lua:67|LastLoginTime3==================|1648696272 2022-03-31 11:11:12|140067794106112|DEBUG|common/DBInterface.lua:70|LastLoginTime4==================|1646828625 pb的结构如下: message PlayerInfoModel { optional int32 level = 1; optional int32 languageID = 2; optional...