|
@@ -305,6 +305,7 @@ class CmsContentTemplateSetRepository
|
|
|
$group_array['content'][$count + $key + 1]['link_type'] = $val['link_type'];
|
|
|
$group_array['content'][$count + $key + 1]['rule'] = $val['rule'];
|
|
|
}
|
|
|
+ $group_array['is_show'] = intval(config('customer.exchange_shop_is_show'));
|
|
|
|
|
|
// if (!Cache::has($exchange_key)) {
|
|
|
// Cache::store('redis')->put($exchange_key, $group_array, 600);//10分钟过期
|