index.wxml 338 B

1234567891011121314
  1. <xr-demo-viewer
  2. title="AR环境下的UI面片"
  3. intro=""
  4. code=""
  5. showBackBtn="{{showBackBtn}}"
  6. >
  7. <xr-template-arui
  8. disable-scroll
  9. id="main-frame"
  10. width="{{renderWidth}}"
  11. height="{{renderHeight}}"
  12. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  13. />
  14. </xr-demo-viewer>