小程序分享右上角分享禁用, 页面按钮可以分享实现
wxml
<button open-type='share'>分享给我的好友</button>
js
onShareAppMessage(){
return {
title: 'button',
path: 'page/component/pages/button/button'
}
}
隐藏右上角...分享操作
onLoad: function (options) {
wx.hideShareMenu()
}

浙公网安备 33010602011771号