收藏
回答

button标签open-type="contact",发送小程序卡片,为什么点击卡片无法找到页面?

<button class="order-footer-right-contact" open-type="contact" show-message-card="true" send-message-title="订单详情" :send-message-path="item.chatPath">客服</button>

const item={

chatPath:"pages/shop/torder?name=测试&phone=132****5612&memberNo=CN9000xxx&orderNo=S260616B8xxxxx&orderStatus=xxxx"

}

以上是伪代码。chatPath里面的路径是小程序本来就有的页面。但是在卡片打开小程序这个页面时找不到该页面

回答关注问题邀请回答
收藏

1 个回答

  • 启年
    启年
    07-01

    chatPath:" 前面加个/,路径用绝对路径的写法,/开头

    chatPath:"/pages/shop/torder?

    07-01
    有用
    回复
登录 后发表内容