|
|
@@ -28582,7 +28582,7 @@ this.freshQipao = !0;
|
|
|
}
|
|
|
if (gData.gameData.richBankTeachTag) {
|
|
|
gData.gameData.richBankTeachTag = !1;
|
|
|
-e = mk.ui.getCurOnPanel("SafeDepositBox");
|
|
|
+e = mk.ui.isPopPanel();
|
|
|
if ("1" == gData.gameData.funOpenData[13] && !e && this.cashRecordData.length > this.cashRecordDataLength) {
|
|
|
this.cashRecordDataLength = this.cashRecordData.length;
|
|
|
this.isTeach = mk.guide.open(13);
|
|
|
@@ -33961,6 +33961,12 @@ s(t);
|
|
|
e.prototype.getCurOnPanel = function(t) {
|
|
|
return this.curOnPanelDic[t];
|
|
|
};
|
|
|
+e.prototype.isPopPanel = function(t) {
|
|
|
+void 0 === t && (t = [ "game" ]);
|
|
|
+var e = 0;
|
|
|
+for (var a in this.curOnPanelDic) -1 == t.indexOf(a) && ++e;
|
|
|
+return e > 0;
|
|
|
+};
|
|
|
e.prototype.closePanel = function(t, e) {
|
|
|
void 0 === e && (e = null);
|
|
|
if (-1 == this.isPanelClosingArr.indexOf(t) && this.getCurOnPanel(t)) {
|