Explorar o código

Merge branch 'develop'

wzq %!s(int64=5) %!d(string=hai) anos
pai
achega
21435d7509
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      app/Repositories/BeanRepository.php
  2. 1 0
      config/customer.tpl

+ 1 - 0
app/Repositories/BeanRepository.php

@@ -242,6 +242,7 @@ class BeanRepository
             }
         }
         $star_home['chatroom'] = $chatrooms;
+        $star_home['is_show'] = intval(config('customer.exchange_shop_is_show'));
 
         return $star_home;
 

+ 1 - 0
config/customer.tpl

@@ -10,4 +10,5 @@ return [
     'category_hot_img' => '{category_hot_img}',
     'category_my_img' => '{category_my_img}',
     'battle_activity_info' => '{battle_activity_info}',
+    'exchange_shop_is_show' => '{exchange_shop_is_show}',
 ];