|
|
@@ -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",
|
|
|
+ ],
|
|
|
+ ],
|
|
|
]
|
|
|
],
|
|
|
// 公众号菜单
|