- <view class="box">
- <view class="bg">
- <canvas canvas-id="myCanvas" style="width:{{viewWidth}}px;height:{{viewHeight}}px;"></canvas>
- </view>
- <view class="menu{{suffix}}">
- <text bindtap="cancelAction">取消</text>
- <text bindtap="finishAction">确定</text>
- </view>
- </view>
|