home.wxml 333 B

123456789
  1. <view class="container">
  2. <view class="home">
  3. <view class="home__bottom">
  4. <canvas id="homeCanvas" type="2d" canvas-id="homeCanvas" style="width:{{canvasWidth}}px; height:{{canvasHeight}}px; border: 1px solid; margin-left: 5px; margin-right: 5px;" disable-scroll="true" />
  5. </view>
  6. </view>
  7. </view>