排队支付小程序
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.

97 lines
4.1 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. <view class="projected-revenue-content">
  24. <view class="projected-revenue-item">
  25. <view class="character-style">¥</view>
  26. <view class="character-price">5000.00</view>
  27. </view>
  28. <view class="revenue-item-text">
  29. <view class="character-text">总到账收益</view>
  30. <image class="help-icon" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/help-icon.png" />
  31. </view>
  32. </view>
  33. </view>
  34. <view class="recent-orders-content">
  35. <view class="recent-orders-title">
  36. <image class="title-stlye" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/title-stlye.png" />
  37. <view class="title-text">最近订单</view>
  38. </view>
  39. <view class="ordering-information">
  40. <view class="order-number">订单编号 22398983498</view>
  41. <view class="ordering-information-item">
  42. <view class="ordering-pic">
  43. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  44. </view>
  45. <view class="ordering-text">
  46. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  47. <view class="amount-of-money">金额:<span class="price-style">¥450.00</span></view>
  48. <view class="order-time">订单时间:2023-10-24 20:39:56</view>
  49. </view>
  50. </view>
  51. <view class="order-status">
  52. <button class="refund-button">退款</button>
  53. </view>
  54. <view class="divider-style"></view>
  55. </view>
  56. <view class="ordering-information">
  57. <view class="order-number">订单编号 22398983498</view>
  58. <view class="ordering-information-item">
  59. <view class="ordering-pic">
  60. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  61. </view>
  62. <view class="ordering-text">
  63. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  64. <view class="amount-of-money">金额:<span class="price-style">¥450.00</span></view>
  65. <view class="order-time">订单时间:2023-10-24 20:39:56</view>
  66. </view>
  67. </view>
  68. <view class="order-status">
  69. <button class="refunded-button-style">已退款</button>
  70. </view>
  71. <view class="divider-style"></view>
  72. </view>
  73. <view class="ordering-information">
  74. <view class="order-number">订单编号 22398983498</view>
  75. <view class="ordering-information-item">
  76. <view class="ordering-pic">
  77. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  78. </view>
  79. <view class="ordering-text">
  80. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  81. <view class="amount-of-money">金额:<span class="price-style">¥450.00</span></view>
  82. <view class="order-time">订单时间:2023-10-24 20:39:56</view>
  83. </view>
  84. </view>
  85. <view class="order-status">
  86. <button class="refund-button">退款</button>
  87. </view>
  88. <view class="divider-style"></view>
  89. </view>
  90. </view>
  91. </view>