Browse Source

2021-11-26

hwq 4 years ago
parent
commit
64f3ba914e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      pages/order/createOrder.vue
  2. 1 0
      pages/product/product.vue

+ 1 - 0
pages/order/createOrder.vue

@@ -303,6 +303,7 @@ export default {
 				mer_id: +opt.merid, //商店id
 				combinationId: +opt.gid, //拼团商品id
 				productId: +opt.pid, //普通商品id
+				is_consumer: 0,
 				// type: obj.is_consumer == 1 ?1: 0
 			})
 				.then(function(e) {

+ 1 - 0
pages/product/product.vue

@@ -537,6 +537,7 @@ export default {
 				uniqueId: obj.uniqueId, //商品标签
 				new: '1', //商品是否新增加到购物车1为不加入0为加入
 				mer_id: obj.shopId,
+				is_consumer: 0,
 				// type: 0,//0为余额支付  1为消费券支付 2为积分支付
 			};
 			if (obj.type == 2) {