index.wxml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <nav type="title" background-color="#46a9a4" title="个人中心" frontColor="#ffffff" />
  2. <view class="background">
  3. <image src="https://s1.ax1x.com/2023/04/04/pp4bPq1.png"/>
  4. </view>
  5. <view class="my">
  6. <view class="my-title">
  7. <image class="my-image" src="{{user.avatar}}" />
  8. <view class="my-name">
  9. <view class="name">Hello,{{user.nickname}}朋友</view>
  10. <view class="id">ID:{{user.objectId}}</view>
  11. </view>
  12. </view>
  13. <view class="my-home" bindtap="myinformation">
  14. <van-icon name="https://s1.ax1x.com/2023/04/06/ppIrMVA.png" />
  15. </view>
  16. </view>
  17. <view class="box">
  18. <view class="box-title" bindtap="goodsorder">
  19. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRZFJ.png" />
  20. <view class="box-name">商品订单</view>
  21. </view>
  22. <view class="box-title" bindtap="homestayorder">
  23. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRmWR.png" />
  24. <view class="box-name">民宿订单</view>
  25. </view>
  26. <view class="box-title" bindtap="orderdetails">
  27. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRiLT.png" />
  28. <view class="box-name">餐饮订单</view>
  29. </view>
  30. <view class="box-title" bindtap="foodorder">
  31. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIReY9.png" />
  32. <view class="box-name">堂食订单</view>
  33. </view>
  34. <!-- <view class="box-title" bindtap="refund">
  35. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220416/s4116c050445.png" />
  36. <view class="box-name">退款订单</view>
  37. </view>
  38. <button open-type="contact">
  39. <view class="box-title">
  40. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220416/01c2j1050445.png" />
  41. <view class="box-name">联系客服</view>
  42. </view>
  43. </button>
  44. <view class="box-title" bindtap="comments">
  45. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220416/lrgl6q050445.png" />
  46. <view class="box-name">评价</view>
  47. </view>
  48. <view class="box-title" bindtap="merchant">
  49. <image class="box-icon" src="http://cloud.file.futurestack.cn/null/20220422/3u1qur095330.png" />
  50. <view class="box-name">我是商户</view>
  51. </view>
  52. <view class="box-title" bindtap="feedback">
  53. <image class="box-icon" src="https://file-cloud.fmode.cn/sHNeVwSaAg/20220425/gg1abj043515.png" />
  54. <view class="box-name">问题反馈</view>
  55. </view> -->
  56. </view>
  57. <view class="box2">
  58. <view class="box-title a" bindtap="refund">
  59. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRuS1.png" />
  60. <view class="box-name">退款订单</view>
  61. <van-icon name="arrow" />
  62. </view>
  63. <view class="box-title a" bindtap="merchant">
  64. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRAwF.png" />
  65. <view class="box-name">我是商户</view>
  66. <van-icon name="arrow" />
  67. </view>
  68. <button open-type="contact">
  69. <view class="box-title a">
  70. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIREo4.png" />
  71. <view class="box-name">联系客服</view>
  72. <van-icon name="arrow" />
  73. </view>
  74. </button>
  75. <view class="box-title a" bindtap="comments">
  76. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRCQ0.png" />
  77. <view class="box-name">评价</view>
  78. <van-icon name="arrow" />
  79. </view>
  80. <view class="box-title" bindtap="feedback">
  81. <image class="box-icon" src="https://s1.ax1x.com/2023/04/06/ppIRPyV.png" />
  82. <view class="box-name">问题反馈</view>
  83. <van-icon name="arrow" />
  84. </view>
  85. </view>