Explorar el Código

兑换是否显示

wzq hace 5 años
padre
commit
af5a2112d8
Se han modificado 2 ficheros con 2 adiciones y 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}',
 ];