dunhuang.wxml 462 B

12345678
  1. <view class="page">
  2. <navigation-bar title="{{'“敦敦”带您游览敦煌千年'}}" 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" />
  7. </view>