index.wxml 516 B

1234567891011121314
  1. <xr-demo-viewer
  2. title="射击积木案例"
  3. intro="扫描绿底的微信logo(如下所示),出现积木。点击屏幕射出小球。"
  4. code="{{xmlCode}}"
  5. >
  6. <xr-basic
  7. disable-scroll
  8. id="main-frame"
  9. width="{{renderWidth}}"
  10. height="{{renderHeight}}"
  11. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  12. />
  13. <view slot="intro"><image src="/components/xr-physics-shoot/weixin.png" style="height: 100px; width: 100px"></image></view>
  14. </xr-demo-viewer>