fix shop bugs

This commit is contained in:
dljgs1 2019-08-08 08:26:34 +08:00
parent 1408cf1c18
commit 78b896a090

View File

@ -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 {