Browse Source

app下载页

lizhen_gitee 1 năm trước cách đây
mục cha
commit
984a16147a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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() {