公寓小程序端前端代码
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.

18 lines
719 B

<!--subpages/index/checkOutConfirm/sign/sign.wxml-->
<view class="container">
<view class="handleBtn py-3 me-2">
<button bindtap="retDraw" class="clear" type="default">重写</button>
<button bindtap="subCanvas" class="confirm" type="primary">完成</button>
</view>
<view class="handCenter">
<canvas class="handWriting" disable-scroll="true" bindtouchstart="uploadScaleStart" bindtouchmove="uploadScaleMove" bindtouchend="uploadScaleEnd" type="2d" id="signCanvas"></canvas>
</view>
<view class="handRight">
<view class="handTitle">请签字</view>
</view>
</view>
<view style="position:absolute;left:0rpx;top:0;">
<canvas type="2d" id="offCanvas" style="width: 100%; height: 100vh;"></canvas>
</view>