11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user