|
@@ -67,10 +67,10 @@ class StoreProductController
|
|
|
if (!$where['ids']) {
|
|
if (!$where['ids']) {
|
|
|
unset($where['ids']);
|
|
unset($where['ids']);
|
|
|
}
|
|
}
|
|
|
- $type = 'mid';
|
|
|
|
|
|
|
+ $type = 'big';
|
|
|
$field = ['image', 'recommend_image'];
|
|
$field = ['image', 'recommend_image'];
|
|
|
if ($where['store_name']) {
|
|
if ($where['store_name']) {
|
|
|
- $type = 'small';
|
|
|
|
|
|
|
+ $type = 'big';
|
|
|
$field = ['image'];
|
|
$field = ['image'];
|
|
|
}
|
|
}
|
|
|
$list = $this->services->getGoodsList($where, (int)$request->uid());
|
|
$list = $this->services->getGoodsList($where, (int)$request->uid());
|