11
This commit is contained in:
@@ -309,7 +309,7 @@
|
|||||||
// 单独获取他的shopUserid
|
// 单独获取他的shopUserid
|
||||||
async productqueryShopIdByTableCode() {
|
async productqueryShopIdByTableCode() {
|
||||||
let res = await this.api.productqueryShopIdByTableCode({
|
let res = await this.api.productqueryShopIdByTableCode({
|
||||||
code: this.tableCode
|
code: uni.cache.get('tableCode')
|
||||||
})
|
})
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
let time = new Date
|
let time = new Date
|
||||||
|
|||||||
Reference in New Issue
Block a user