index.wxml 291 B

1234567
  1. <view class='content'>
  2. <image mode='widthFix' src='{{imgUrl}}'></image>
  3. </view>
  4. <view class='bottom'>
  5. <button class='nxh__button nxh__button2' bindtap='savePoster'>保存海报分享朋友圈</button>
  6. <button class='nxh__button' open-type='share'>转发分享给朋友</button>
  7. </view>