小程序
小游戏
企业微信
微信支付
扫描小程序码分享
点击进入客服 =》 点击右下角分享卡片 =》 点击卡片 =》 返回到上一页
但是,这个卡片的路径其实是另外一个页面
如果把这个卡片再分享出来,再点击就会到另外一个页面了
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
是的,需要在这个进去才是配置的页面
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
这个我记得以前可以在里面跳转,是什么时候有修改的吗
还有为啥这么修改哈
我想实现,用户进入后回复给用户,让用户到另外一个界面是不是就无法实现了。
<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专用)自己使用小程序的跳转
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
是的,需要在这个进去才是配置的页面
这个我记得以前可以在里面跳转,是什么时候有修改的吗
还有为啥这么修改哈
我想实现,用户进入后回复给用户,让用户到另外一个界面是不是就无法实现了。
<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专用)自己使用小程序的跳转