소스 검색

app下载页

lizhen_gitee 1 년 전
부모
커밋
984a16147a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      application/index/controller/Index.php

+ 4 - 0
application/index/controller/Index.php

@@ -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() {