购物车reload标识

This commit is contained in:
张松
2025-11-28 15:20:30 +08:00
parent d52d96469a
commit 23c7ecd848
7 changed files with 34 additions and 8 deletions

View File

@@ -352,7 +352,7 @@ class Shopping extends Base
'table_code' => $message['table_code'],
]
];
self::gateway_query('sendToClient', [$client_id, json_encode($snd_data)]);
self::gateway_query('sendToClient', [$client_id, json_encode($snd_data)], true);
break;
}
}