sku接口code参数增加
This commit is contained in:
parent
3e49f319c2
commit
0e3e975627
|
|
@ -733,6 +733,7 @@
|
|||
async hodgepodge(item, a, c, num) { //此接口去获取商品id !!!赋值库存 数量 价格等
|
||||
try {
|
||||
let res = await this.api.productqueryProductSku({
|
||||
code: uni.cache.get('tableCode'),
|
||||
shopId: uni.cache.get('shopUser'),
|
||||
productId: item.id, //商品id
|
||||
spec_tag: this.skuidname.join(",")
|
||||
|
|
|
|||
Loading…
Reference in New Issue