小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序分享出来的小程序卡片,带参数,用户第一次点击时会默认跳到小程序首页,不是分享时设置的页面路径,
请问这个问题是什么导致的?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
检查你分享出来的card的path是否为首页的路径?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
麻烦提供能复现问题的代码片段看下(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
分享的代码:
onShareAppMessage: function () { const { discountType, statusDesc, code } = this.data let imageUrl = '/images/activity/share2.png' let path = `/pages/red-packet/red-packet` if (discountType === 2) { path = '/pages/red-packet/red-packet' imageUrl = '/images/activity/share-bg.png' } return { title: statusDesc, path: `${path}?code=${code}&discountType=${discountType}`, imageUrl } }
是第一次跳首页 再点后面跳相对页面吗?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
检查你分享出来的card的path是否为首页的路径?
麻烦提供能复现问题的代码片段看下(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
分享的代码:
onShareAppMessage: function () { const { discountType, statusDesc, code } = this.data let imageUrl = '/images/activity/share2.png' let path = `/pages/red-packet/red-packet` if (discountType === 2) { path = '/pages/red-packet/red-packet' imageUrl = '/images/activity/share-bg.png' } return { title: statusDesc, path: `${path}?code=${code}&discountType=${discountType}`, imageUrl } }
是第一次跳首页 再点后面跳相对页面吗?