[bug]在转发按钮区域外点击也会触发转发事件
相关button代码 [代码] [代码] // HTML 代码 <imagesrc="/static/images/comments.png"></image> <label>123</label> <buttonopen-type="share"> <imagesrc="/static/images/share.png"></image> </button> // js代码 onShareAppMessage(res) { return { title: `${this.tutorInfo.tutor}导师`, path: '/pages/tutor/tutor?tutorId=' + this.tutorId } } 当我点击share按钮时可以调用转发事件,但是当我点击页面中的其它区域时也触发了了 onShareAppMessage事件, 是在找不到问题出在了哪里,