index.wxml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!--nova-tourism/pages/collect/collect-detail/index.wxml-->
  2. <nav type="back" background-color="#ffffff" frontColor="#000000" title="商品详细" />
  3. <view class="all" style="height: {{contentHeight}}rpx;">
  4. <!-- 轮播图 -->
  5. <view class="picturebox">
  6. <swiper autoplay="{{true}}" indicator-dots='{{true}}' indicator-color='#D9D9D9' indicator-active-color='#F8DA7F' interval="{{3000}}" circular duration="{{500}}" class="img" bindchange="onSwiperChange">
  7. <block wx:for="{{imageUrls}}" wx:key="index" wx:for-item="img">
  8. <swiper-item class="img">
  9. <image src="{{img}}" mode="aspectFill"></image>
  10. </swiper-item>
  11. </block>
  12. </swiper>
  13. </view>
  14. <view class="box">
  15. <view class="infobox">
  16. <view class="title">粉黛胖挑主人杯(无礼盒)·手做 粉黛胖挑主人杯(无礼盒)·手做</view>
  17. <view class="lebalbox">
  18. <block wx:for="{{2}}">
  19. <view class="lebal">热销好物</view>
  20. </block>
  21. </view>
  22. <view class="carbox">
  23. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/3i680f113841258.png"></image>
  24. <view class="car-tex">48小时内发货</view>
  25. </view>
  26. <view class="carbox2">
  27. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/r801qv113859250.png"></image>
  28. <view class="car-tex">紫色经典款</view>
  29. <van-icon name="arrow" size='15' style="margin-left: auto;" />
  30. </view>
  31. <view class="carbox3">
  32. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/asia61113937543.png"></image>
  33. <view class="carbox3-tex">
  34. <view class="carbox3-tex1">陶瓷工艺</view>
  35. <view class="carbox3-tex2">直径5cm高7cm</view>
  36. </view>
  37. </view>
  38. <view class="carbox4">
  39. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/r801qv113859250.png"></image>
  40. <view class="car-tex">确认收货地址</view>
  41. <van-icon name="arrow" size='15' style="margin-left: auto;" />
  42. </view>
  43. </view>
  44. <view class="tipbox">
  45. <view class="dinggou">
  46. <view class="dinggou-title">订购须知</view>
  47. <view class="dinggou-tex">1.订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知</view>
  48. </view>
  49. </view>
  50. </view>
  51. </view>