|
@@ -169,7 +169,7 @@ export default {
|
|
|
sendCost:this.freight,// 运费
|
|
sendCost:this.freight,// 运费
|
|
|
customId:this.clientInfo.id,// 客户
|
|
customId:this.clientInfo.id,// 客户
|
|
|
payWay:this.payType,//付款方式
|
|
payWay:this.payType,//付款方式
|
|
|
- product:product,//下单商品
|
|
|
|
|
|
|
+ product:JSON.stringify(product),//下单商品
|
|
|
};
|
|
};
|
|
|
let self = this;
|
|
let self = this;
|
|
|
uni.showModal({
|
|
uni.showModal({
|