index.wxml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <nav type="my" title="个人中心" frontColor="#ffffff" backgroundImg="https://file-cloud.fmode.cn/sHNeVwSaAg/20230809/3g1flk034304650.png?imageView2/1/w/200/h/200" />
  2. <view class="person">
  3. <view class="image">
  4. <image src="{{user.avatar}}" />
  5. </view>
  6. <view class="name">
  7. <view class="myName">Hello,{{user.nickname}}朋友</view>
  8. <view class="my-home" bindtap="myinformation">
  9. <van-icon name="https://s1.ax1x.com/2023/04/06/ppIrMVA.png" />
  10. </view>
  11. </view>
  12. </view>
  13. <view class="box_box">
  14. <view class="box">
  15. <view class="box-title" bindtap="goodsorder">
  16. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/1aemh2051547821.png?imageView2/1/w/200/h/200" />
  17. <view class="box-name">商品订单</view>
  18. </view>
  19. <view class="box-title" bindtap="homestayorder">
  20. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/8t1r9f051552595.png?imageView2/1/w/200/h/200" />
  21. <view class="box-name">民宿订单</view>
  22. </view>
  23. <view class="box-title" bindtap="orderdetails">
  24. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/t71tk8051600853.png?imageView2/1/w/200/h/200" />
  25. <view class="box-name">餐饮订单</view>
  26. </view>
  27. <view class="box-title" bindtap="foodorder">
  28. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20230811/t1bns1051558039.png?imageView2/1/w/200/h/200" />
  29. <view class="box-name">堂食订单</view>
  30. </view>
  31. </view>
  32. <view class="box2">
  33. <view class="box-title a" bindtap="refund">
  34. <view class="box-icon">
  35. <view class="icon">
  36. <image src="https://s1.ax1x.com/2023/04/06/ppIRuS1.png" />
  37. </view>
  38. <view class="box-name">退款订单</view>
  39. </view>
  40. <van-icon name="arrow" />
  41. </view>
  42. <view class="box-title a" bindtap="merchant">
  43. <view class="box-icon">
  44. <view class="icon">
  45. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRAwF.png" />
  46. </view>
  47. <view class="box-name">我是商户</view>
  48. </view>
  49. <van-icon name="arrow" />
  50. </view>
  51. <button open-type="contact">
  52. <view class="box-title a">
  53. <view class="box-icon">
  54. <view class="icon">
  55. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIREo4.png" />
  56. </view>
  57. <view class="box-name">联系客服</view>
  58. </view>
  59. <van-icon name="arrow" />
  60. </view>
  61. </button>
  62. <view class="box-title a" bindtap="comments">
  63. <view class="box-icon">
  64. <view class="icon">
  65. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRCQ0.png" />
  66. </view>
  67. <view class="box-name">评价</view>
  68. </view>
  69. <van-icon name="arrow" />
  70. </view>
  71. <view class="box-title" bindtap="feedback">
  72. <view class="box-icon">
  73. <view class="icon">
  74. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRPyV.png" />
  75. </view>
  76. <view class="box-name">问题反馈</view>
  77. </view>
  78. <van-icon name="arrow" />
  79. </view>
  80. </view>
  81. </view>