小程序页面不能转发的原因可能是删除了页面中默认的onShareAppMessage实现,在小程序页面代码中加上 onShareAppMessage: function () {} 即可。...小程序,页面转发
共1页/1条