index.wxml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!--nova-tourism/pages/collect/collect-detail/index.wxml-->
  2. <nav type="back" background-color="#ffffff" frontColor="#000000" title="商品详细" />
  3. <view class="bax" style="height: {{contentHeight}}rpx;" >
  4. <view class="all" style="height: {{contentHeight}}rpx;">
  5. <!-- 轮播图 -->
  6. <view class="picturebox">
  7. <swiper autoplay="{{true}}" indicator-dots='{{true}}' indicator-color='#D9D9D9' indicator-active-color='#F8DA7F' interval="{{3000}}" circular duration="{{500}}" class="img" bindchange="onSwiperChange">
  8. <block wx:for="{{imageUrls}}" wx:key="index" wx:for-item="img">
  9. <swiper-item class="img">
  10. <image src="{{img}}" mode="aspectFill"></image>
  11. </swiper-item>
  12. </block>
  13. </swiper>
  14. </view>
  15. <view class="box">
  16. <view class="infobox">
  17. <view class="title">粉黛胖挑主人杯(无礼盒)·手做 粉黛胖挑主人杯(无礼盒)·手做</view>
  18. <view class="lebalbox">
  19. <block wx:for="{{2}}">
  20. <view class="lebal">热销好物</view>
  21. </block>
  22. </view>
  23. <view class="carbox">
  24. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/3i680f113841258.png"></image>
  25. <view class="car-tex">48小时内发货</view>
  26. </view>
  27. <view class="carbox2">
  28. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/r801qv113859250.png"></image>
  29. <view class="car-tex">紫色经典款</view>
  30. <van-icon name="arrow" size='15' style="margin-left: auto;" />
  31. </view>
  32. <view class="carbox3">
  33. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/asia61113937543.png"></image>
  34. <view class="carbox3-tex">
  35. <view class="carbox3-tex1">陶瓷工艺</view>
  36. <view class="carbox3-tex2">直径5cm高7cm</view>
  37. </view>
  38. </view>
  39. <view class="carbox4">
  40. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241127/r801qv113859250.png"></image>
  41. <view class="car-tex">确认收货地址</view>
  42. <van-icon name="arrow" size='15' style="margin-left: auto;" />
  43. </view>
  44. </view>
  45. <view class="tipbox">
  46. <view class="dinggou">
  47. <view class="dinggou-title">订购须知</view>
  48. <view class="dinggou-tex">1.订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知订购须知</view>
  49. </view>
  50. <view class="picbox">
  51. <block wx:for="{{4}}">
  52. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
  53. </block>
  54. </view>
  55. <view class="dinggou">
  56. <view class="dinggou-title">售后须知</view>
  57. <view class="dinggou-tex">1.售后须知售后须知售后须知售后须知售后须知售后须知售后须知售后须知</view>
  58. </view>
  59. </view>
  60. <view class="tipbox2">
  61. <view class="dinggou">
  62. <view class="dinggou-title">关于云上望仙</view>
  63. <view class="dinggou-tex">1.关于云上望仙关于云上望仙关于云上望仙关于云上望仙关于云上望仙关于云上望仙关于云上望仙</view>
  64. </view>
  65. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
  66. <view>log</view>
  67. <view class="tip2-tex">公众号 抖音号 小红书</view>
  68. </view>
  69. </view>
  70. </view>
  71. <!-- 按钮 -->
  72. <view class="paybox">
  73. <view class="pay1">
  74. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/m1rt69104425214.png?imageView2/1/w/200/h/200"></image>
  75. <view class="pay1-tex">首页</view>
  76. </view>
  77. <view class="pay2">
  78. <view class="pay2-tex">优惠100</view>
  79. <view class="pay2-tex2">实付款¥19899.00</view>
  80. </view>
  81. </view>
  82. </view>