index.wxml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!--nova-tourism/components/my/index.wxml-->
  2. <nav type="title" background-color="#ffffff" frontColor="#000000" title="望仙谷" />
  3. <view class="all" style="height: {{contentHeight}}rpx;">
  4. <view class="infobox">
  5. <image src="https://file-cloud.fmode.cn//tmp/qE8I1dp1Z0O0ae3b6ab1226c9225aaa630c9529cba65.jpeg?imageView2/1/w/200/h/200"></image>
  6. <view class="info">
  7. <view class="name">超级无敌暴龙</view>
  8. <view class="uid">UID:123456789</view>
  9. <view class="labelbox">
  10. <block wx:for="{{2}}">
  11. <view class="label">名宿主</view>
  12. <view class="label">达人</view>
  13. </block>
  14. </view>
  15. </view>
  16. </view>
  17. <view class="tatlebox">
  18. <view class="tatle" data-url="../../pages/my/my-card/index" bindtap="gourl">
  19. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/jn1eq8050320499.png"></image>
  20. <view class="text">卡卷包</view>
  21. </view>
  22. <view class="tatle" data-url="../../pages/my/my-wallet/index" bindtap="gourl">
  23. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/dor18o050338203.png"></image>
  24. <view class="text">钱包</view>
  25. </view>
  26. </view>
  27. <view class="myorderbox">
  28. <view class="my-name">我的订单</view>
  29. <view class="or-box">
  30. <view class="myorder">
  31. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/43b1ee050235369.png"></image>
  32. <view class="or-tex">处理中</view>
  33. </view>
  34. <view class="myorder">
  35. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/3f134m050312537.png"></image>
  36. <view class="or-tex">进行中</view>
  37. </view>
  38. <view class="myorder">
  39. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/n35s1s050408606.png"></image>
  40. <view class="or-tex">已完成</view>
  41. </view>
  42. <view class="myorder">
  43. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/5dhs3s050348761.png"></image>
  44. <view class="or-tex">退款/售后</view>
  45. </view>
  46. </view>
  47. </view>
  48. <view class="tuiguangbox">
  49. <view class="tuibox">
  50. <view class="tui-title">推广中心</view>
  51. <view class="tuiguang-tex">成为推广达人,获取佣金返利</view>
  52. </view>
  53. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/rv1kfo050253663.png"></image>
  54. </view>
  55. <view class="leavebox">
  56. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/qc3aet050423378.png"></image>
  57. <view class="leave-tex">退出登录</view>
  58. </view>
  59. </view>