bugfix: sellerId
This commit is contained in:
@@ -290,7 +290,8 @@
|
|||||||
brand: order.shopName,
|
brand: order.shopName,
|
||||||
cover: item.thumbnailUrl,
|
cover: item.thumbnailUrl,
|
||||||
amount: item.price,
|
amount: item.price,
|
||||||
status: 1
|
sellerId:order.sellerId,
|
||||||
|
status: item.status || 1
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user