subCardDetails.wxml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!--pages/subCardDetails/subCardDetails.wxml-->
  2. <view>
  3. <view class="termValidity">
  4. <view>有效期:</view>
  5. <text>2022.06.27~2022.08.2</text>
  6. </view>
  7. <view class="availableItems">
  8. <view class="title">可用项目</view>
  9. <view class="item" wx:for="{{projectList}}" wx:key="index">
  10. <view class="left">
  11. <image src="/images/card_img.png"></image>
  12. </view>
  13. <view class="right">
  14. <view class="rightTitle">【战痘克星】西班牙TOSKANI祛痘祛痘印王炸组合(中度,重度)</view>
  15. <view class="frequencyToUse">
  16. <text class="frequency">1/2</text>
  17. <view class="toUse">去使用</view>
  18. </view>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="instructionsUse">
  23. <view>使用须知</view>
  24. <text>·次卡只可以在使用【解救痘肌】西班牙TOSKANI净肤祛痘(轻度)时使用</text>
  25. </view>
  26. <view class="reminder">
  27. <view>温馨提示</view>
  28. <text>·请在有效期内使用</text>
  29. <text>·可用仪器为【水光仪】</text>
  30. </view>
  31. <view class="recommendYouTitle">
  32. <view></view>
  33. <text>为你推荐</text>
  34. <view></view>
  35. </view>
  36. <view class="recommendYouCon">
  37. <view class="recommendYouConItem" wx:for="{{recommendList}}" wx:key="index">
  38. <view class="recommendYouConItemTop">
  39. <image src="/images/card_img.png"></image>
  40. </view>
  41. <view class="recommendYouConItemBottom">
  42. <view class="title">深层清洁水维养(急…</view>
  43. <view class="descCon">
  44. <view class="desc" wx:for="{{descList}}" wx:for-item="itemChildRen" wx:key="index">深层清洁</view>
  45. </view>
  46. <view class="priceCart">
  47. <view class="price">
  48. <text>¥</text>
  49. <text>189.00</text>
  50. </view>
  51. <view class="cart">
  52. <image src="/images/card_img.png"></image>
  53. </view>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. </view>