diff --git a/Application/Home/Controller/PromoteCoinController.class.php b/Application/Home/Controller/PromoteCoinController.class.php index c8178ffa7..9a6ba8d00 100644 --- a/Application/Home/Controller/PromoteCoinController.class.php +++ b/Application/Home/Controller/PromoteCoinController.class.php @@ -747,7 +747,6 @@ class PromoteCoinController extends BaseController } else { $map['_string'] = '1<>1'; } - $query = M('Game', 'tab_')->field(['id', 'game_name', 'sdk_version', 'icon'])->where($map); list($games, $pagination, $count) = $this->paginate($query); diff --git a/Application/Home/View/default/PromoteCoin/user_games.html b/Application/Home/View/default/PromoteCoin/user_games.html index 3957a7f0c..355f32753 100644 --- a/Application/Home/View/default/PromoteCoin/user_games.html +++ b/Application/Home/View/default/PromoteCoin/user_games.html @@ -9,6 +9,7 @@