index.axml 641 B

123456789101112131415161718
  1. <view class='demo-home-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <view class='demo-home'>
  3. <view class='demo-home__title'>
  4. <image mode='aspectFit' class='demo-home__image' src='https://img.yzcdn.cn/vant/logo.png'>
  5. </image>
  6. <view class='demo-home__text'>
  7. Vant Aliapp
  8. </view>
  9. </view>
  10. <view class='demo-home__desc'>
  11. 轻量、可靠的小程序 UI 组件库
  12. </view>
  13. <view a:for='{{ list }}' a:for-item='group' a:key='{{index}}' ref-numbers='{{ list }}'>
  14. <demo-home-nav group='{{ group }}' ref='saveChildRef1'>
  15. </demo-home-nav>
  16. </view>
  17. </view>
  18. </view>