时间:2019-05-07 来源:小程序工厂
问题在于你app.json里声明的页面地址是index/index,但分享地址填写的却是pages/index/index。两处保持一致即可。
我代码片段没弄完整,实际代码是有加pages的,是一致的
参数丢失的错误展现是怎样的呢?
/**
* 用户点击右上角分享
*/
onShareAppMessage: function (options) {
let that = this
let return_url = options.webViewUrl
var path = '/pages/sharepage/sharepage?shareUrl=' + encodeURIComponent(return_url)
return {
title: '测试分享',
path: path,
success: function (res) {
that.setData({
web_src: decodeURIComponent(options.webViewUrl)
})
},
fail: function (res) {
// 转发失败
}
}
onLoad: function (options) {
that.setData({
web_src: decodeURIComponent(options.shareUrl)
})
}
ctxPath: 'https://m.sanfu.com/goods/goodsDisplay?goods_sn=296614'为要转发的链接
提供下相关的代码片段,我测试下
wechatide://minicode/ykpZBbmG7D3C
需要将复现问题的代码片段写入
wechatide://minicode/xorfHbm2733O
wechatide://minicode/dBrGQbmD7a33