<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里面的路径是小程序本来就有的页面。但是在卡片打开小程序这个页面时找不到该页面

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