Преглед изворни кода

wesmiler 更新第5期更新代码合并

wesmiler пре 4 година
родитељ
комит
a2a2cf5d9c
2 измењених фајлова са 59 додато и 10 уклоњено
  1. 1 1
      app/weixin/controller/IndexController.php
  2. 58 9
      data/config/weixin.php

+ 1 - 1
app/weixin/controller/IndexController.php

@@ -47,7 +47,7 @@ class IndexController extends BaseController
     public function entry1(){
         $needRegProfile = session('needRegProfile');
         if($needRegProfile == false){
-            Wechat::redirectUrl(url('/weixin/match/index','','',true));
+//            Wechat::redirectUrl(url('/weixin/match/index','','',true));
         }
         return $this->fetch('entry1');
     }

+ 58 - 9
data/config/weixin.php

@@ -165,19 +165,68 @@ return [
     // 公众号菜单
     'menus' => [
         [
-            "type" => "view",
-            "name" => "脱单",
-            "url" => "http://wx.nnsg520.com/weixin/match/index"
+            "name" => "线上平台",
+            "sub_button" => [
+                [
+                    "type" => "view",
+                    "name" => "线上平台",
+                    "url" => "http://wx.nnsg520.com/weixin/match/index"
+                ],
+                [
+                    "type" => "view",
+                    "name" => "免费注册",
+                    "url" => "http://wx.nnsg520.com/weixin/index/entry",
+                ],
+                ["type" => "view",
+                    "name" => "上墙报名",
+                    "url" => "",
+                ],
+                [
+                    "type" => "view",
+                    "name" => "怦然心动",
+                    "url" => "http://wx.nnsg520.com/weixin/match/hearts",
+                ],
+                [
+                    "type" => "view",
+                    "name" => "个人中心",
+                    "url" => "http://wx.nnsg520.com/weixin/member/index",
+                ],
+            ],
         ],
         [
-            "type" => "view",
-            "name" => "活动",
-            "url" => "http://wx.nnsg520.com/"
+            "name" => "活动报名",
+            "sub_button" => [
+                [
+                    "type" => "view",
+                    "name" => "活动报名",
+                    "url" => "http://wx.nnsg520.com/?code=051f8Fkl2mfia84AHrol2sSsAK0f8Fkr&state=xydc",
+                ],
+                [
+                    "type" => "view",
+                    "name" => "我的活动",
+                    "url" => "http://wx.nnsg520.com/weixin/member/activity",
+                ],
+
+            ],
         ],
         [
-            "type" => "view",
-            "name" => "我的",
-            "url" => "http://wx.nnsg520.com/weixin/member/index"
+            "name" => "联系我们",
+            "sub_button" => [
+                [
+                    "type" => "view",
+                    "name" => "政企联谊",
+                    "url" => "https://mp.weixin.qq.com/s/roJ1VpGg5XThUpu1zRmhxA",
+                ],
+                [
+                    "type" => "view",
+                    "name" => "定制介绍",
+                    "url" => "https://mp.weixin.qq.com/s/tpCxtkxjBIoJkN_YOGB8Wg",
+                ],
+                ["type" => "view",
+                    "name" => "平台客服",
+                    "url" => "http://wx.nnsg520.com/weixin/page/custom?type=1",
+                ],
+            ],
         ]
     ],
     // 公众号菜单