Merge branch 'dev' of 47.111.118.107:/srv/git/platform into dev

master
chenzhi 5 years ago
commit 3b90ddff7e

@ -9,7 +9,7 @@ use GuzzleHttp\Client;
class GameSourceService {
const IS_FIXED_IOS13 = true;
const IS_FIXED_IOS13 = false;
const DEBUG = true;
public function __construct()

@ -1225,7 +1225,7 @@ class DownloadController extends BaseController {
// $this->ajaxReturn(array("status" => -1, "msg" => "添加导出日志失败", 'ret' => $res));
$this->error('添加下载失败');
}
$this->success('添加下载成功',U('listsIndex'));
$this->success('添加下载成功,导出数据不包含当天',U('listsIndex'));
}
public function userRecharge_data_export() {

@ -44,7 +44,9 @@
<div class="home">
<div class="home-box">
<div class="heard">
<img src="{$game['icon']}" alt="">
<div style="height: 2.5rem;width: 2.5rem">
<img src="{$game['icon']}" alt="">
</div>
<div class="right">
<div>{$game['relation_game_name']}</div>
<div>{$game['features']}</div>
@ -62,13 +64,14 @@
<div class="evaluate-box">
<div class="number">
<span>{$game['game_score']}</span>
<div class="start">
<img src="__IMG__/start<?php echo $game['game_score'] >=1 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=2 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=3 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=4 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=5 ? 1 : ''?>.png" alt="">
</div>
<div class="start">
<div class="iconImg ">
<div style=" width: <?php echo round($game['game_score']/5, 2)*100 ?>%;"></div>
</div>
</div>
</div>
<div class="grade">14.48K个评分</div>
</div>

Loading…
Cancel
Save