收藏
回答

微信公众号自定义菜单跳转页面错误,没有跳转到配置的url

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android Android 8.0.0 HONORLND-AL30 MicroMessenger/7.0.18.1740
有两个用户每次点击“就医服务”和“在线开药”,都没有正确调整到配置中的url,而是跳转到了另外一个url。

菜单的配置
{
  "menu": {
    "button": [
      {
        "type": "view",
        "name": "我的医生",
        "url": "https:\/\/ihospital.causahealth.com\/patient\/#\/menu\/mydoctor",
        "sub_button": []
      },
      {
        "name": "就医服务",
        "sub_button": [
          {
            "type": "view",
            "name": "就医服务",
            "url": "https:\/\/ihospital.causahealth.com\/patient\/#\/menu\/hospital",
            "sub_button": []
          },
          {
            "type": "view",
            "name": "在线开药",
            "url": "https:\/\/ihospital.causahealth.com\/patient\/#\/drugs\/list",
            "sub_button": []
          }
        ]
      },
      {
        "name": "个人中心",
        "sub_button": [
          {
            "type": "view",
            "name": "个人中心",
            "url": "https:\/\/ihospital.causahealth.com\/patient\/#\/menu\/account",
            "sub_button": []
          },
          {
            "type": "view",
            "name": "服务记录",
            "url": "https:\/\/ihospital.causahealth.com\/patient\/#\/account\/order\/list\/drugOrder\/0",
            "sub_button": []
          },
          {
            "type": "view",
            "name": "常见问题",
            "url": "https:\/\/ihospital.causahealth.com\/patient\/#\/account\/help",
            "sub_button": []
          }
        ]
      }
    ]
  }

}



"User-Agent": "Mozilla/5.0 (Linux; Android 8.0.0; LND-AL30 Build/HONORLND-AL30; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.62 XWEB/2581 MMWEBSDK/200801 Mobile Safari/537.36 MMWEBID/9826 MicroMessenger/7.0.18.1740(0x27001235) Process/toolsmp WeChat/arm64 NetType/4G Language/zh_CN ABI/arm64"


发生时间: 2020-08-25 09:32:34

最后一次编辑于  2020-08-25
回答关注问题邀请回答
收藏
登录 后发表内容
问题标签