Skip to content

Commit

Permalink
修改了md中嵌入html没有转义的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyones110 committed Oct 24, 2019
1 parent 8cbd3eb commit 6874c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/plugins/share.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ uni.share({

小程序中用户点击分享后,在 js 中定义 onShareAppMessage 处理函数(和 onLoad 等生命周期函数同级),设置该页面的分享信息。

* 用户点击分享按钮的时候会调用。这个分享按钮可能是小程序原生菜单自带的分享按钮,也可能是开发者在页面中放置的分享按钮(<button open-type="share">);
* 用户点击分享按钮的时候会调用。这个分享按钮可能是小程序原生菜单自带的分享按钮,也可能是开发者在页面中放置的分享按钮(\<button open-type="share">);
* 此事件需要 return 一个Object,用于自定义分享内容。

**平台差异说明**
Expand Down

0 comments on commit 6874c29

Please sign in to comment.