当前位置:网站首页>Uni app wechat applet sharing function

Uni app wechat applet sharing function

2022-06-28 06:06:00 m0_ sixty-one million seventy-three thousand six hundred and se

1: The native menu in the upper right corner of the applet has its own share button

 

 2: Or a share button placed on the page <button>

<button class="separate-fl" plain="true" data-name="shareBtn" open-type="share">
           <text class="icon-fenxiang iconfont"></text>
            <text class="separate-text"> Share </text>                     
 </button>

Both types of sharing trigger onShareAppMessage function , stay js The function is defined in , Set the information shared by the page ,

Be careful : This function and  onLoad And so on

Official documents :https://uniapp.dcloud.io/api/plugins/share?id=onshareappmessage

The renderings are as follows :

 

 

原网站

版权声明
本文为[m0_ sixty-one million seventy-three thousand six hundred and se]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202161436038372.html