|
@@ -349,7 +349,7 @@ func CheckCapitalResources(menu *JYMenu, wd *WorkDesktopMenu, b, p bool, pUrl st
|
|
content = ConfigJson.DefaultPopup[dpKey].Content
|
|
content = ConfigJson.DefaultPopup[dpKey].Content
|
|
confirmUrlArr := strings.Split(ConfigJson.DefaultPopup[dpKey].ConfirmUrl, "__")
|
|
confirmUrlArr := strings.Split(ConfigJson.DefaultPopup[dpKey].ConfirmUrl, "__")
|
|
if len(confirmUrlArr) > 1 {
|
|
if len(confirmUrlArr) > 1 {
|
|
- confirmUrl = MC.InterfaceToStr(MC.If(dpKey == "PC", confirmUrlArr[1], confirmUrlArr[0]))
|
|
|
|
|
|
+ confirmUrl = MC.InterfaceToStr(MC.If(wd.Platform == "PC", confirmUrlArr[1], confirmUrlArr[0]))
|
|
}
|
|
}
|
|
confirmText = ConfigJson.DefaultPopup[dpKey].ConfirmText
|
|
confirmText = ConfigJson.DefaultPopup[dpKey].ConfirmText
|
|
isShowCancel = ConfigJson.DefaultPopup[dpKey].IsShowCancel
|
|
isShowCancel = ConfigJson.DefaultPopup[dpKey].IsShowCancel
|