share.wxml 404 B

1234567
  1. <view style="position:relative">
  2. <!-- <image src='{{bj}}' style="width:604rpx;height:512rpx;margin:100rpx 73rpx" />
  3. <image src="{{codeImg}}" style="position:absolute;top:328rpx;left:248rpx;width:220rpx;height:220rpx;"/> -->
  4. <canvas canvas-id="myCanvasId" style="width:604rpx;height:512rpx;margin:100rpx auto 30rpx auto;"></canvas>
  5. <button id="sunbmit" bindtap="save">保存二维码</button>
  6. </view>