微信小程序—页面内分享按钮用图标代替

微信小程序—页面内分享按钮用图标代替

前言

张小龙不知道出于什么原因将打开客服会话、触发用户转发、打开授权设置页、打开“意见反馈”页面等功能全都挂载到button上,在页面内实现这些功能只能用button实现,这就很不美观,有时候想用一个图标代替,发现根本无法实现,咋办?好办!

代码

<button class="btn-special" open-type="share">
  <image class="icon-daochu" src="./share.png"></image>
</button>

效果图

在这里插入图片描述

其他功能contact、share、getUserInfo、launchApp、openSetting、feedback 可对应修改open-type值

发布了24 篇原创文章 · 获赞 29 · 访问量 1921

猜你喜欢

转载自blog.csdn.net/WeiHan_Seven/article/details/103614604