Commit c231bb74 authored by Xuguangxing's avatar Xuguangxing

fix

parent bd27c820
......@@ -9,7 +9,7 @@ export default {
return http.post(`${talosHost}/api/kdsp/activity/activity-goods-special/detail`, { ...params });
},
checkGroupBuyCreateOrder: params => {
return http.post(`${talosHost}/api/kdsp/checkCanOpenJoinGroup`, { ...params });
return http.post(`${talosHost}/api/kdsp/checkCanOpenJoinGroup?${qs.stringify(params)}`);
},
// 详情图片
getDetailPic: url => {
......
......@@ -474,7 +474,7 @@ export default {
}
const [checkStatus] = await goods.checkGroupBuyCreateOrder({
activityHundredGroupId: this.groupId || '',
skuNo: this.detailInfo.skuNo
skuNo: this.detailParam.skuNo
});
if (!checkStatus.verifyResult) {
// 校验是否允许开团或者参团
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment