|
|
@@ -167,6 +167,7 @@ class GhsController extends BaseController
|
|
|
$lackExpend = 0;
|
|
|
}
|
|
|
$info['lackExpend'] = $lackExpend;
|
|
|
+ $info['showSold'] = $ghsShop->showSold ?? 0;
|
|
|
$info['buyNotice'] = $ghsShop->buyNotice ?? 0;
|
|
|
$info['lsShopId'] = $ghsShop->lsShopId ?? 0;
|
|
|
//预订单的最低公斤数和每公斤服务费
|
|
|
@@ -210,6 +211,7 @@ class GhsController extends BaseController
|
|
|
$map = CustomClass::$nickNameMap;
|
|
|
$giveLevel = $ghs['giveLevel'] ?? 0;
|
|
|
$ghs['giveLevelName'] = $map[$giveLevel] ?? '';
|
|
|
+ $ghs['showSold'] = $ghsShop->showSold ?? 0;
|
|
|
$ghs['buyNotice'] = $ghsShop->buyNotice ?? 0;
|
|
|
$ghs['xrFl'] = $ghsShop->xrFl ?? 0;
|
|
|
$ghs['xrFlAmount'] = $ghsShop->xrFlAmount ?? 0;
|
|
|
@@ -239,6 +241,7 @@ class GhsController extends BaseController
|
|
|
'avatar' => $avatar,
|
|
|
'buyNotice' => 0,
|
|
|
'lsShopId' => 0,
|
|
|
+ 'showSold' => 0,
|
|
|
];
|
|
|
}
|
|
|
util::success($ghs);
|