uni-app uni vue2 classAPI 使用onShareAppMessage,支付宝中支付宝其他页面跳转过来后无法拉起分享

qco9c6ql  于 5个月前  发布在  uni-app
关注(0)|答案(3)|浏览(45)

页面b:

<button open-type="share" class="share" ></button>
onShareAppMessage(res) {
    return {
      title: 'xxxx,
path: 'pages/xxx/xxx',
    };
  }

版本:
"@dcloudio/uni-app": "2.0.2-3090820231124001",

复现步骤:
编译为支付宝后从页面a跳转(navigateTo)到页面b,点击按钮拉不起分享。(但编译模式为页面b后,点击按钮能拉起分享)

yqlxgs2m

yqlxgs2m1#

我也遇到一样的问题, 支付宝跳转之后无法拉起分享, 分包内的页面使用onShareAppMessage 之后,无法拉起分享

jtoj6r0c

jtoj6r0c2#

我也遇到一样的问题, 支付宝跳转之后无法拉起分享, 分包内的页面使用onShareAppMessage 之后,无法拉起分享

提供下 vue 版本,提供下单页面源码吧,我测试一下

klsxnrf1

klsxnrf13#

我也遇到一样的问题, 支付宝跳转之后无法拉起分享, 分包内的页面使用onShareAppMessage 之后,无法拉起分享

提供下 vue 版本,提供下单页面源码吧,我测试一下

miniapp-yuexi_test.zip
复现页面 /pages/orderCenter/home/index

相关问题