...
|
...
|
@@ -389,7 +389,7 @@ class ShopProcess |
|
|
{
|
|
|
if (isset($data['code']) && $data['code'] == 200 && !empty($data['data'])) {
|
|
|
$total = count($data['data']);
|
|
|
if ($total > 6) {
|
|
|
if ($total > 5) {
|
|
|
self::$shopData['shopCategory']['url'] = Helpers::url('/product/index/category', array('shop_id' => self::$shopId));
|
|
|
return;
|
|
|
}
|
...
|
...
|
|