公众号自定义菜单的问题,二级菜单无法跳转
发布于 6 年前 作者 ucheng 7335 次浏览 来自 问答

一级菜单可以实现小程序跳转,二级菜单总是说页面不存在,路径写的应该没问题。

{
      “name”:“发现”,
      “sub_button”:[
       {
         “type”:“view”,
         “name”:“热点资讯”,
         “url”:“http://m.ttymq.com/space-news.html
       }, {
         “type”:“view”,
         “name”:“羽球活动”,
         “url”:“http://m.ttymq.com/space-event.html
       }, {
         “type”:“view”,
         “name”:“教学提高”,
      “url”:“http://m.ttymq.com/space-learning.html
       }, {
         “type”:“miniprogram”,
         “name”:“世界之旅”,
         “url”:“http://m.ttymq.com/space-mtag-tagid-4034.html”,
         “appid”:“xxxxxxxxxxxxxx”,
      “pagepath”:“pages/mtag/mtag_view/mtag_view?tagid=4034”

              
       }, {
         “type”:“view”,
         “name”:“福利球”,
         “url”:“http://m.ttymq.com/space-good-view-club.html” 
       }
      ]
   }

5 回复

公众号首先要和小程序做关联

@道哥

可以的,都显示,就是二级那个莫名其妙的说页面不存在

想问下 为什么 我用自定义接口 创建 小程序菜单 提示无权限,非开发者模式 创建是Ok的,接口有权限

{
    "errcode": 45064, 
    "errmsg": "no permission to use weapp in menu hint: [7l9NEA0577vr21]"}

你的小程序菜单和其他普通菜单能同时存在???我的加了一个小程序菜单,其他菜单都莫名不显示 了。我是加在一级,可以正常跳转。

回到顶部