浏览代码

ios下载跳转

zgg 2 月之前
父节点
当前提交
eee28a4f61
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/h5/controller/Index.php

+ 2 - 2
application/h5/controller/Index.php

@@ -50,8 +50,8 @@ class Index extends Controller
 
    // 下载页
     public function download(){
-//        $ios = "https://apps.apple.com/cn/app/id6478578497";
-        $ios = '#';
+        $ios = "https://apps.apple.com/cn/app/id6504796311";
+//        $ios = '#';
         $android = '';
         $app = Db::name('app_mgr')
             ->where('del',0)