tx-sider 2.3.24 → 2.3.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/TXUI.mjs CHANGED
@@ -54460,8 +54460,8 @@ function useCcflowCall() {
54460
54460
  connection.value.on("PublishNewVersion", (res) => {
54461
54461
  ccflowData.newVersionList = res;
54462
54462
  });
54463
- connection.value.on("GetPersonUnReadCount", (res) => {
54464
- console.log("GetPersonUnReadCount", "获取数据:", res);
54463
+ connection.value.on("GetPersonMessageCount", (res) => {
54464
+ console.log("GetPersonMessageCount", "获取数据:", res);
54465
54465
  ccflowData.messageList = "";
54466
54466
  ccflowData.messageList = res;
54467
54467
  });