myth.wxml 471 B

12345678
  1. <view class="page">
  2. <navigation-bar title="{{'四维AR'}}" back="{{true}}" />
  3. <view class="loading" wx:if="{{!loaded}}">
  4. <text>{{progress}}%</text>
  5. </view>
  6. <xr-ar-vio-marker disable-scroll id="main-frame" width="{{renderWidth}}" height="{{renderHeight}}" style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;" bind:loaded="handleLoaded" bind:progress="handleProgress" fromScan="{{fromScan}}" />
  7. <privacy />
  8. </view>