This commit is contained in:
魏啾
2024-06-13 14:25:37 +08:00
parent 6cf34acfc2
commit cee5af2671

View File

@@ -309,7 +309,7 @@
// 单独获取他的shopUserid
async productqueryShopIdByTableCode() {
let res = await this.api.productqueryShopIdByTableCode({
code: this.tableCode
code: uni.cache.get('tableCode')
})
if (res.code == 0) {
let time = new Date