fix shop bugs
This commit is contained in:
parent
1408cf1c18
commit
78b896a090
@ -2352,6 +2352,7 @@ events.prototype.openShop = function (shopId, needVisited) {
|
||||
if (!core.flags.enableDisabledShop || shop.commonEvent) {
|
||||
if (shop.times == 0) core.drawTip("该项尚未开启");
|
||||
else core.drawTip("该项已失效");
|
||||
core.ui.closePanel();
|
||||
return;
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user