|
@@ -59,6 +59,10 @@ class Index extends Frontend
|
|
|
$this->view->assign('downurl', config("site.apkUrl"));
|
|
|
return $this->view->fetch();
|
|
|
}
|
|
|
+ public function appdownload() {
|
|
|
+ $this->view->assign('downurl', config("site.apkUrl"));
|
|
|
+ return $this->view->fetch();
|
|
|
+ }
|
|
|
|
|
|
//判断是否微信浏览器 -xzz1125
|
|
|
function is_weixin() {
|