index.swan 1.0 KB

12345678910111213141516171819202122232425262728
  1. <view style="width:100%;height:300rpx;background-color:#F5F5F5;" bindtap="gobannerH5">
  2. <image src="../../../icon/home/home_banner.png" class="banner"></image>
  3. </view>
  4. <view class="purchase-bg">
  5. <view s-for="ui.purchase">
  6. <view bindtap="strategyAction" id="{{item.id}}">
  7. <text>{{item.title}}</text>
  8. <image src="../../../icon/home/home_a_m.png"></image>
  9. </view>
  10. <view s-for="item.item" class="purchase-item" bindtap="strategyAction" id="{{item.id}}">
  11. <image src="../../../icon/home/{{item.i}}.png"></image>
  12. <view>
  13. <text>{{item.t}}</text>
  14. <text>{{item.c}}</text>
  15. </view>
  16. <image src="../../../icon/public/arrow_right.png"></image>
  17. </view>
  18. </view>
  19. </view>
  20. <view s-for="ui.person" class="person" bindtap="strategyAction" id="{{item.id}}">
  21. <image src="../../../icon/home/qiye.png"></image>
  22. <view>
  23. <text>{{item.t}}</text>
  24. <text>{{item.c}}</text>
  25. </view>
  26. <image src="../../../icon/home/home_a_m.png"></image>
  27. </view>
  28. <image src="../../../icon/home/home_footer.png" class="footerbg"></image>