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.

9 lines
472 B

  1. <view class='content'>
  2. <view class='poster'>
  3. <canvas canvas-id='myCanvas' class='canvas-content' style="width:{{windowWidth-20}}px;height:{{windowHeight}}px;box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05); position:absolute;z-index:1;">
  4. </canvas>
  5. </view>
  6. <cover-view class="bottomsave" style="position:fixed;z-index:11;">
  7. <button bindtap="saveImage" disabled="{{isdisable}}" class='saveposter'>保存图片分享给朋友</button>
  8. </cover-view>
  9. </view>