|
@@ -205,7 +205,7 @@ class StoreCombinationController
|
|
|
if (!$imageInfo) {
|
|
if (!$imageInfo) {
|
|
|
$valueData = 'id=' . $pinkId;
|
|
$valueData = 'id=' . $pinkId;
|
|
|
if ($user['is_promoter'] || sys_config('store_brokerage_statu') == 2) $valueData .= '&pid=' . $user['uid'];
|
|
if ($user['is_promoter'] || sys_config('store_brokerage_statu') == 2) $valueData .= '&pid=' . $user['uid'];
|
|
|
- $res = RoutineCode::getPageCode('pages/activity/goods_combination_status/index', $valueData, 280);
|
|
|
|
|
|
|
+ $res = RoutineCode::getPageCode('pages/product/groupBooking/detail', $valueData, 280);
|
|
|
if (!$res) return app('json')->fail('二维码生成失败');
|
|
if (!$res) return app('json')->fail('二维码生成失败');
|
|
|
$uploadType = (int)sys_config('upload_type', 1);
|
|
$uploadType = (int)sys_config('upload_type', 1);
|
|
|
$upload = new Upload($uploadType, [
|
|
$upload = new Upload($uploadType, [
|