Przeglądaj źródła

feat:弹窗提示信息

wangshan 2 lat temu
rodzic
commit
c13e5b6fde
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      entity/workDesktop.go

+ 1 - 0
entity/workDesktop.go

@@ -189,6 +189,7 @@ func (m *WorkDesktopMenu) WorkMenuFormat() ([]*pb.MenuList, error) {
 									//ResourceLib.PowerHandle()
 									title, content, confirmUrl, confirmText, usable = CheckCapitalResources(fv, m.NewUserId, m.AppId, m.EntId, m.EntUserId)
 								}
+								logx.Info(title, "--", content, "--", fv.AdditionalInfo, "--", fv.CapitalInfo)
 								threeLevel.Url = MC.If(fv.Url != "", fv.Url, tv.Url).(string)
 								threeLevel.Icon = MC.If(fv.Icon != "", fv.Icon, tv.Icon).(string)
 								threeLevel.AppType = fv.AppType