onmove_choices shop

This commit is contained in:
ckcz123 2019-12-30 17:10:04 +08:00
parent d6b27a7ac4
commit eb8abae982

View File

@ -492,7 +492,8 @@ actions.prototype._sys_onmove_choices = function (x, y) {
switch (core.status.event.id) {
case 'action':
if (core.status.event.id != 'choices') break;
if (core.status.event.data.type != 'choices') break;
case 'shop':
case 'selectShop':
case 'switchs':
case 'settings':