修复限时折扣问题
This commit is contained in:
@@ -327,6 +327,15 @@
|
||||
|
||||
function socketInit() {
|
||||
cartsSocket = useWebSocket();
|
||||
cartStore.socketSendMsg=(data)=>{
|
||||
cartsSocket.sendMessage({
|
||||
...data,
|
||||
table_code: uni.cache.get("tableCode"),
|
||||
shop_id: uni.cache.get("shopId"),
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
cartsSocket.connect(socketInitPar, onMessage);
|
||||
}
|
||||
const noPayStatus = {
|
||||
|
||||
Reference in New Issue
Block a user