修复:特殊商品发货地点变更后 未时间变更订单归属商户的问题
This commit is contained in:
parent
89abb85caa
commit
c48eb99bb6
|
|
@ -1483,9 +1483,15 @@
|
|||
title: '购买个数不能为0!'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 获取商品ID
|
||||
let productId = that.id;
|
||||
if(that.send_province_info) productId = that.send_province_info.product_id;
|
||||
|
||||
let q = {
|
||||
is_new: news === undefined ? 0 : 1,
|
||||
product_id: that.id,
|
||||
product_id: productId,
|
||||
cart_num: that.attr.productSelect.cart_num,
|
||||
product_attr_unique: that.attr.productSelect !== undefined ? that.attr.productSelect.unique : "",
|
||||
source: this.source,
|
||||
|
|
|
|||
Loading…
Reference in New Issue