소스 검색

组合开单

jf 5 년 전
부모
커밋
24b9ec756f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hdApp/src/admin/billing/affirm.vue

+ 1 - 1
hdApp/src/admin/billing/affirm.vue

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