lizhen_gitee 1 rok temu
rodzic
commit
984a16147a
1 zmienionych plików z 4 dodań i 0 usunięć
  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() {