|
@@ -491,8 +491,10 @@ func (m *WorkDesktopMenu) CommonlyFormat(childMenus map[int][]*JYMenu) ([]*pb.Th
|
|
|
ConfirmUrl: ConfigJson.DefaultPopup[m.Platform].ConfirmUrl,
|
|
|
ConfirmText: ConfigJson.DefaultPopup[m.Platform].ConfirmText,
|
|
|
IsShowCancel: ConfigJson.DefaultPopup[m.Platform].IsShowCancel,
|
|
|
- AppType: oneLevel.TipInfo.AppType,
|
|
|
- OpenType: oneLevel.TipInfo.OpenType,
|
|
|
+ }
|
|
|
+ if oneLevel.TipInfo.ConfirmUrl == "" {
|
|
|
+ oneLevel.TipInfo.AppType = ""
|
|
|
+ oneLevel.TipInfo.OpenType = ""
|
|
|
}
|
|
|
oneLevel.Url = ""
|
|
|
oneLevel.Usable = false
|