...
|
...
|
@@ -113,6 +113,15 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
})
|
|
|
});
|
|
|
break;
|
|
|
case 'groupInvite':// 查看拼团详情
|
|
|
orderBtn.push({
|
|
|
groupInvite: true,
|
|
|
link: helpers.urlFormat('/activity/group/progress', {
|
|
|
groupNo: order.order_extInfo.group_no,
|
|
|
activityId: order.order_extInfo.activity_id,
|
|
|
})
|
|
|
});
|
|
|
break;
|
|
|
case 'buyNow':// 立即付款
|
|
|
orderBtn.push({
|
|
|
buyNow: true,
|
...
|
...
|
|