C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
620 B

  1. <!-- 分享弹框 -->
  2. <view class='modal' bindtap='hidemodal'>
  3. <view class='modal-content'>
  4. <view>
  5. <button class='share user-motto' data-id="{{data.id}}" data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button>
  6. <image src='./../../assets/images/wechat.png' mode='aspectFit'></image>
  7. <text>微信好友</text>
  8. </view>
  9. <view bindtap='showPoster'>
  10. <image src='./../../assets/images/picture.png' mode='aspectFit'></image>
  11. <text>生成海报</text>
  12. </view>
  13. </view>
  14. </view>