<button class=“contact noneBtn” open-type=“contact” show-message-card=“true” send-message-title=“弈赔小程序” send-message-path=“/pages/project_iclaim/index/expertConsultation?type=1” send-message-img=“/static/images/1.png” bindcontact=“handleContact”></button>
handleContact(e){
console.log(e.detail)
if(e.detail.path){
this.$Router.push({path:e.detail.path,query:e.detail.query})
}
}
体验版 开发板版 亲测有用。通过 handleContact 可以定向跳转到指定页 ,请忽略我的(this.$Router.push 方法 uni-app专用)自己使用小程序的跳转