|
@@ -124,7 +124,7 @@ cc.Class({
|
|
if (GameGlobal.messageNotice !== undefined && GameGlobal.messageNotice.length > 0) {
|
|
if (GameGlobal.messageNotice !== undefined && GameGlobal.messageNotice.length > 0) {
|
|
AlertManager.showNoticeAlert(GameGlobal.messageNotice);
|
|
AlertManager.showNoticeAlert(GameGlobal.messageNotice);
|
|
if (GameGlobal.noticeDiamond !== undefined && GameGlobal.noticeDiamond > 0) {
|
|
if (GameGlobal.noticeDiamond !== undefined && GameGlobal.noticeDiamond > 0) {
|
|
- let showText = `钻石 x ${Global.noticeDiamond}`;
|
|
|
|
|
|
+ let showText = `钻石 x ${GameGlobal.noticeDiamond}`;
|
|
AlertManager.showActGiftAlert('diamond', showText);
|
|
AlertManager.showActGiftAlert('diamond', showText);
|
|
}
|
|
}
|
|
}
|
|
}
|