【达达】Web全栈之路程序员微信小程序

微信小程序的分享功能-css文字超过两行隐藏

2019-06-01  本文已影响33人  魔王哪吒
.info{
     width:100px;
     word-break:break-all;
     display:-webkit-box;
     -webkit-box-orient:vertical;
     -webkit-line-colamp:3;
     overflow:hidden;
}

button组件设置属性 open-type="share"

onShareAppMessage: function () {} 事件

image.png
<button open-type="share">分享</button>
image.png
//转发
  onShareAppMessage: function() {
    let users = wx.getStorageSync('user');
    if (res.from === 'button') {}
    return {
      title: '转发',
      path: '/pages/index/index',
      success: function(res) {}
    }
  }
image.png image.png image.png image.png image.png image.png

请点赞!因为你的鼓励是我写作的最大动力!

官方微信公众号

吹逼交流群:711613774

吹逼交流群
上一篇 下一篇

猜你喜欢

热点阅读