瀏覽代碼

Merge branch 'battle' into develop

xielin 5 年之前
父節點
當前提交
59d6df6e33
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Repositories/BeanRepository.php

+ 0 - 1
app/Repositories/BeanRepository.php

@@ -211,7 +211,6 @@ class BeanRepository
         $star_home['user']['avatar'] = $userInfo['avatar'];
         //battle信息
         $activityInfo = $this->getActivity();
-        $star_home['battle']['img'] = 'https://uptoyo.oss-cn-zhangjiakou.aliyuncs.com/201908/1565169937_5d4a9911defca.jpg';
         $star_home['battle']['start'] = $activityInfo['start'];
         $star_home['battle']['end'] = $activityInfo['end'];
         $star_home['battle']['news'] = Redis::get('battle_latest_info_'.$activityInfo['id'])??'战场四平八稳,劳驾老板亲自去战场督战';