新增预点单功能

This commit is contained in:
gyq
2025-12-03 15:26:41 +08:00
parent 0d3fb4f634
commit 00c5987ccc
11 changed files with 4814 additions and 5207 deletions

View File

@@ -291,7 +291,7 @@
dataform.queueId = getApp().globalData.queueId
}
// #endif
uni.cache.set('shopId', dataform.shopId, 30)
uni.cache.set('shopId', dataform.shopId)
await nextTick()
getQueueUpTablList();
})