Authored by QC-L

Merge branch 'feature/group-buy' of git.yoho.cn:fe/yohobuywap-node into feature/group-buy

@@ -328,7 +328,7 @@ class Detail extends Page { @@ -328,7 +328,7 @@ class Detail extends Page {
328 console.log(result); 328 console.log(result);
329 if (result.buyNow) { // 立即购买 329 if (result.buyNow) { // 立即购买
330 let nextUrl = location.origin + '/cart/index/buynow/orderensure?product_sku=' + 330 let nextUrl = location.origin + '/cart/index/buynow/orderensure?product_sku=' +
331 - result.sku.skuId + '&buy_number=' + result.buyNum + '&is_group=' + this.pickData.groupNo + '&activity_id=' + this.pickData.activityId; 331 + result.sku.skuId + '&buy_number=' + result.buyNum + '&is_group=1&activity_id=' + this.pickData.activityId;
332 332
333 if (!user.uid) { 333 if (!user.uid) {
334 yoho.goLogin(nextUrl); 334 yoho.goLogin(nextUrl);