|
@@ -220,7 +220,7 @@ class UserController extends BaseController
|
|
$page = 'wap.signv2';
|
|
$page = 'wap.signv2';
|
|
}
|
|
}
|
|
$book1= $book2 = null;
|
|
$book1= $book2 = null;
|
|
- if($version == 'v2' && ($bids = redisEnv('NEW_SIGN_RECOMMEND_BOOK','')) ){
|
|
+ if($version == 'v2' ){
|
|
$sex = $this->_user_info->sex;
|
|
$sex = $this->_user_info->sex;
|
|
$sex = $sex?$sex:2;
|
|
$sex = $sex?$sex:2;
|
|
$book1 = BookConfigService::getRandomOneHighQualityBook($sex);
|
|
$book1 = BookConfigService::getRandomOneHighQualityBook($sex);
|