myOrder.wxml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <view class="page">
  2. <view class="myOrder flex-column">
  3. <view class="myOrder_state flex-column_start_center">
  4. <view style=" font-size: 49rpx;font-weight: 700;text-align: left;color: #000000;">待退款</view>
  5. <view style="font-size: 32rpx;font-weight: 700;text-align: center;color: #313131;">
  6. <span class="fontSize-28">退款金额:</span>¥20.0
  7. </view>
  8. </view>
  9. <view style="width: 93%; border-bottom: 1px #e2e2e2 solid; margin:0px auto;margin-top: 18rpx;"></view>
  10. <view class="myOrder_refund flex-row">
  11. <view class="fontSize-3" style="margin-left: 28rpx;">退款进度</view>
  12. <view class="refund_revoke">撤销退款</view>
  13. </view>
  14. <view class="myOrder_center flex-column">
  15. <view class="flex-row" style="margin-top: 26rpx;margin-left: 17rpx;">
  16. <view style="width: 14rpx;height: 14rpx;background: #ffffff;border: 1rpx solid #e2e2e2;border-radius: 50%;"></view>
  17. <view class="fontSize-28" style="color: #000000;margin-left: 18rpx;">用户申请退款</view>
  18. </view>
  19. <view style="line-height:35rpx;width: 576rpx;height: 64rpx;font-size: 24rpx;font-weight: 400;text-align: left;color: #989898;margin-left:49rpx;margin-top: 9rpx;">
  20. 用户提交了商品退款请求,商家正在处理您的退款,按 支付方式原路返还,如有疑问请联系我们</view>
  21. <view class="fontSize-28" style="color:#AFD250;margin-left: 49rpx;margin-top: 34rpx;">商家审核中</view>
  22. <view style="line-height:35rpx; width: 576rpx;height: 64rpx;font-size: 24rpx;font-weight: 400;text-align: left;color: #989898;margin-left:49rpx;margin-top: 9rpx;">商家审核中,待商家确认审核通过,按支付方式原路返 还,如有疑问请联系我们</view>
  23. </view>
  24. </view>
  25. <view class="myOrder_refund_order flex-column">
  26. <view class="fontSize-3" style="margin-left: 28rpx;margin-top: 26rpx;">退款进度</view>
  27. <view style="width: 93%; border-bottom: 1px #e2e2e2 solid; margin:0px auto;margin-top: 18rpx;"></view>
  28. <view class="list_order_good flex-row">
  29. <view class="flex-row" style="align-items: flex-start;">
  30. <image style="width: 109rpx;height:109rpx" src="/images/groupmeallist/order_good.png"></image>
  31. <view style="margin-left: 13rpx;">
  32. <view class="fontSize24">清爽夏日套餐</view>
  33. <view class="fontSize24">x1</view>
  34. </view>
  35. </view>
  36. <view style="margin-right: 45rpx;">
  37. <view style="font-size: 32rpx;font-weight: 700;text-align: right;color: #313131;">¥20.0</view>
  38. <view style="font-size: 24rpx;font-weight: 400;text-align: right;color: #989898;">共1件</view>
  39. </view>
  40. </view>
  41. </view>
  42. <view class="list_order_bottom flex-column">
  43. <view class="fontSize24" style="color: #989898; margin-left: 26rpx;margin-top: 33rpx;">退款原因:
  44. <span style="font-size: 24rpx;font-weight: 300;text-align: left;color: #000000;">点错了/点多了/点少了</span>
  45. </view>
  46. <view class="fontSize24" style="color: #989898; margin-left: 26rpx;">退款编号:
  47. <span style="font-size: 24rpx;font-weight: 300;text-align: left;color: #000000;">D4816460408184929451</span>
  48. </view>
  49. <view class="fontSize24" style="color: #989898; margin-left: 26rpx;margin-bottom: 38rpx;">退款时间:
  50. <span style="font-size: 24rpx;font-weight: 300;text-align: left;color: #000000;">2022-05-09 16:40:43</span>
  51. </view>
  52. </view>
  53. </view>