|
@@ -103,7 +103,8 @@ Page({
|
|
|
"sa_brandid": this.data.detail.brand[0].sa_brandid, //品牌id
|
|
|
"itemid": this.data.detail.itemid, //货品id
|
|
|
"qty": 1, //数量
|
|
|
- "itemno": this.data.itemno //货品编号
|
|
|
+ "itemno": this.data.itemno, //货品编号
|
|
|
+ tradefield: this.data.detail.tradefield[0].tradefield
|
|
|
},
|
|
|
}).then(res => {
|
|
|
console.log("加入购物车", res)
|