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.

index.wxml 586 B

1234567891011
  1. <navbar back home text="分享" background="#fff"></navbar>
  2. <view style="height:{{navigationBarHeight}} "></view>
  3. <view class='content'>
  4. <view class='poster'>
  5. <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;">
  6. </canvas>
  7. </view>
  8. <cover-view class="bottomsave" style="position:fixed;z-index:11;">
  9. <button bindtap="saveImage" disabled="{{isdisable}}" class='saveposter'>保存图片分享给朋友</button>
  10. </cover-view>
  11. </view>