收藏
回答

open-type='share'无效

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug button 微信iOS客户端 6.6.6 2.0.7

<button class='share'  open-type='share'>

<image   src='/img/share.png'></image>

</button>

onShareAppMessage:function(res){

if (res.from === 'button') {

// 来自页面内转发按钮

console.log(res.target)

}

console.log('转发')

return {

title: '',

path: ''

}

}

点击后在onShareAppMessage里面的log在控制台有显示,但是小程序没有其他任何反应


回答关注问题邀请回答
收藏
登录 后发表内容