scaner.wxml 468 B

12345678
  1. <view class="page">
  2. <!-- <navigation-bar title="{{'四维AR'}}" back="{{true}}" /> -->
  3. <view class="loading" wx:if="{{!loaded}}">
  4. <image src="https://houseoss.4dkankan.com/mini-ar-test/loading.svg" />
  5. <text>{{progress}}% </text>
  6. </view>
  7. <ar-tracker disable-scroll id="main-frame" width="{{renderWidth}}" height="{{renderHeight}}" style="width:{{width}}px;height:{{height}}px;" bind:progress="handleProgress" bind:loaded="handleLoaded" />
  8. </view>