Authored by zhangxiaoru

店铺id

... ... @@ -602,4 +602,14 @@ class AbstractAction extends Controller_Abstract
}
}
/**
* 判断是不是APP
*
* @return bool
*/
public function isApp(){
$appVersion = $this->get('app_version');
return !empty($appVersion);
}
}
... ...
... ... @@ -474,16 +474,6 @@ class IndexController extends AbstractAction
}
/**
* 判断是不是APP
*
* @return bool
*/
public function isApp(){
$appVersion = $this->get('app_version');
return !empty($appVersion);
}
/**
* 店铺收藏
* @author sefon 2016-4-28 23:00:11
*/
... ...