index.wxml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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="{{User1List[0].avatar}}"></image>
  6. <view class="info">
  7. <view class="name">{{User1List[0].nickname}}</view>
  8. <view class="uid">UID:{{User1List[0].objectId}}</view>
  9. <view class="labelbox">
  10. <view class="label" wx:if="{{User1List[0].type=='shop-admin'}}">民宿主</view>
  11. <view class="label" wx:if="{{User1List[0].type=='user'}}">用户</view>
  12. </view>
  13. </view>
  14. </view>
  15. <view class="tatlebox">
  16. <view class="tatle" data-url="../../pages/my/my-card/index" bindtap="gourl">
  17. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/nb541o104029705.png"></image>
  18. <view class="text">卡券包</view>
  19. </view>
  20. <view class="tatle" data-url="../../pages/my/my-wallet/index" bindtap="gourl">
  21. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/6u1kj2104029980.png"></image>
  22. <view class="text">钱包</view>
  23. </view>
  24. </view>
  25. <view class="myorderbox">
  26. <view class="my-name">我的订单</view>
  27. <view class="or-box">
  28. <view class="myorder" bindtap="goorder" data-url="../../pages/my/my-order/index" data-active="0" >
  29. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/t0nmv1104029230.png"></image>
  30. <view class="or-tex">处理中</view>
  31. </view>
  32. <view class="myorder" bindtap="goorder" data-url="../../pages/my/my-order/index" data-active="1">
  33. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/dums1u104029603.png"></image>
  34. <view class="or-tex">进行中</view>
  35. </view>
  36. <view class="myorder" bindtap="goorder" data-url="../../pages/my/my-order/index" data-active="2">
  37. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/1ha691104644184.png"></image>
  38. <view class="or-tex">已完成</view>
  39. </view>
  40. <view class="myorder" bindtap="gorefund">
  41. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/erk8bg104030058.png"></image>
  42. <view class="or-tex" >退款/售后</view>
  43. </view>
  44. </view>
  45. </view>
  46. <view class="tuiguangbox">
  47. <view class="tuibox">
  48. <view class="tui-title">推广中心</view>
  49. <view class="tuiguang-tex">成为推广达人,获取佣金返利</view>
  50. </view>
  51. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241211/i18ml9095731989.png"></image>
  52. </view>
  53. <view class="myshop" bindtap="merchant">我是商户</view>
  54. <view class="leavebox">
  55. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/0i1usn030423248.png"></image>
  56. <view class="leave-tex">退出登录</view>
  57. </view>
  58. </view>