index.wxml 509 B

1234567891011
  1. <view class="page wrap-fix">
  2. <view class="canvas-wrap" style="width: {{widthScale * 100}}%; height: {{heightScale * 100}}%">
  3. <canvas type="webgl" id="canvas"></canvas>
  4. <!-- <view class="hint-box" wx:for="{{hintBoxList}}" wx:for-item="hintBox" wx:key="hintBoxId"
  5. style="left: {{hintBox.left}}%; top: {{hintBox.top}}%; width: {{hintBox.width}}px; height: {{hintBox.height}}px;"
  6. >
  7. <p class="hint-id">识别id: {{hintBox.markerId}}</p>
  8. </view> -->
  9. </view>
  10. </view>