...
|
...
|
@@ -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
|
|
|
*/
|
...
|
...
|
|