Browse Source

app下载页

lizhen_gitee 1 năm trước cách đây
mục cha
commit
f318f49fb4
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      application/index/controller/Index.php

+ 3 - 2
application/index/controller/Index.php

@@ -60,8 +60,9 @@ class Index extends Frontend
         return $this->view->fetch();
     }
     public function appdownload() {
-        $this->view->assign('downurl', config("site.apkUrl"));
-        return $this->view->fetch();
+        $this->redirect('http://www.baidu.com');
+        /*$this->view->assign('downurl', config("site.apkUrl"));
+        return $this->view->fetch();*/
     }
 
     //判断是否微信浏览器 -xzz1125