排队支付小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
4.3 KiB

  1. <view class="page-bg">
  2. <view class="merchant-information">
  3. <image class="default-avatar" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/default-avatar.png" />
  4. <view class="information-content">
  5. <view class="information-name">李姐烧烤</view>
  6. <view class="address-text">地址:广西南宁市江南区波尔多庄园2-109号商铺</view>
  7. </view>
  8. </view>
  9. <view class="revenue-information">
  10. <navigator hover-class="none" url="/pages/user-orders/user-orders">
  11. <view class="projected-revenue-content">
  12. <view class="projected-revenue-item">
  13. <view class="character-style">¥</view>
  14. <view class="character-price">394.00</view>
  15. </view>
  16. <view class="revenue-item-text">
  17. <view class="character-text">预计到账收益</view>
  18. <image class="help-icon" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/help-icon.png" />
  19. </view>
  20. </view>
  21. </navigator>
  22. <view class="segmentation"></view>
  23. <navigator hover-class="none" url="/pages/withdrawal-management/withdrawal-management">
  24. <view class="projected-revenue-content">
  25. <view class="projected-revenue-item">
  26. <view class="character-style">¥</view>
  27. <view class="character-price">5000.00</view>
  28. </view>
  29. <view class="revenue-item-text">
  30. <view class="character-text">总到账收益</view>
  31. <image class="help-icon" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/help-icon.png" />
  32. </view>
  33. </view>
  34. </navigator>
  35. </view>
  36. <view class="recent-orders-content">
  37. <view class="recent-orders-title">
  38. <image class="title-stlye" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/title-stlye.png" />
  39. <view class="title-text">最近订单</view>
  40. </view>
  41. <view class="ordering-information">
  42. <view class="order-number">订单编号 22398983498</view>
  43. <view class="ordering-information-item">
  44. <view class="ordering-pic">
  45. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  46. </view>
  47. <view class="ordering-text">
  48. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  49. <view class="amount-of-money">金额:<span class="price-style">¥450.00</span></view>
  50. <view class="order-time">订单时间:2023-10-24 20:39:56</view>
  51. </view>
  52. </view>
  53. <view class="order-status">
  54. <button class="refund-button">退款</button>
  55. </view>
  56. <view class="divider-style"></view>
  57. </view>
  58. <view class="ordering-information">
  59. <view class="order-number">订单编号 22398983498</view>
  60. <view class="ordering-information-item">
  61. <view class="ordering-pic">
  62. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  63. </view>
  64. <view class="ordering-text">
  65. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  66. <view class="amount-of-money">金额:<span class="price-style">¥450.00</span></view>
  67. <view class="order-time">订单时间:2023-10-24 20:39:56</view>
  68. </view>
  69. </view>
  70. <view class="order-status">
  71. <button class="refunded-button-style">已退款</button>
  72. </view>
  73. <view class="divider-style"></view>
  74. </view>
  75. <view class="ordering-information">
  76. <view class="order-number">订单编号 22398983498</view>
  77. <view class="ordering-information-item">
  78. <view class="ordering-pic">
  79. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  80. </view>
  81. <view class="ordering-text">
  82. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  83. <view class="amount-of-money">金额:<span class="price-style">¥450.00</span></view>
  84. <view class="order-time">订单时间:2023-10-24 20:39:56</view>
  85. </view>
  86. </view>
  87. <view class="order-status">
  88. <button class="refund-button">退款</button>
  89. </view>
  90. <view class="divider-style"></view>
  91. </view>
  92. </view>
  93. </view>