添加缓存调用时的转换机制

hotfix/远程访问多媒体中心
cyc 8 years ago
parent f2d4b1401c
commit 11cfe65363

@ -438,7 +438,7 @@ class search extends CI_Controller{
function ticket_exchange($price,$num){
//echo $this->can_buy_now;
if($this->cache == 'yes' || $this->seveth == 'yes'){
if(isset($price)){
if(isset($price) && is_numeric($num)){
if($price > 0){
return '有';
}else{

Loading…
Cancel
Save