C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

56 righe
1.8 KiB

  1. <view class="user">
  2. <view class="user-title">
  3. <view class="user-avatar">
  4. <image src="{{user.avatar}}" />
  5. </view>
  6. <view class="user-phone">电话</view>
  7. </view>
  8. <view class="margin"></view>
  9. <view class="user-btns">
  10. <navigator url="/pages/market/index">
  11. <view class="user-btn app-border-bottom">
  12. <view>我的订单</view>
  13. <view>全部订单</view>
  14. </view>
  15. </navigator>
  16. <navigator url="/pages/market/index">
  17. <view class="user-btn app-border-bottom">
  18. <view>待付款</view>
  19. <view>
  20. <text class="iconfont icon-right"></text>
  21. </view>
  22. </view>
  23. </navigator>
  24. <navigator url="/pages/market/index">
  25. <view class="user-btn app-border-bottom">
  26. <view>已完成</view>
  27. <view>
  28. <text class="iconfont icon-right"></text>
  29. </view>
  30. </view>
  31. </navigator>
  32. </view>
  33. <view class="margin"></view>
  34. <view class="user-btns">
  35. <navigator url="/pages/coupons/index/index">
  36. <view class="user-btn app-border-bottom">
  37. <view>卷包</view>
  38. <view>
  39. <text class="iconfont icon-right"></text>
  40. </view>
  41. </view>
  42. </navigator>
  43. <navigator url="/pages/market/index">
  44. <view class="user-btn app-border-bottom">
  45. <view>智能停车</view>
  46. <view>
  47. <text class="iconfont icon-right"></text>
  48. </view>
  49. </view>
  50. </navigator>
  51. </view>
  52. <view class="margin"></view>
  53. <button class="user-out-btn">
  54. 退出登陆
  55. </button>
  56. </view>