income.vue 790 B

12345678910111213141516171819202122232425262728293031323334
  1. <template>
  2. <view>
  3. <view class="list">
  4. <view class="li">
  5. <view class="ddflex">
  6. <view class="tit fflex">谁谁谁购买的商品已退款</view>
  7. <view class="money tui">-500</view>
  8. </view>
  9. <text class="time">3月15日 16:00</text>
  10. </view>
  11. <view class="li">
  12. <view class="ddflex">
  13. <view class="tit fflex">谁谁谁购买了商品</view>
  14. <view class="money">+500</view>
  15. </view>
  16. <text class="time">3月15日 16:00</text>
  17. </view>
  18. <view class="li">
  19. <view class="ddflex">
  20. <view class="tit fflex">谁谁谁购买了商品</view>
  21. <view class="money">+500</view>
  22. </view>
  23. <text class="time">3月15日 16:00</text>
  24. </view>
  25. </view>
  26. </view>
  27. </template>
  28. <script>
  29. </script>
  30. <style>
  31. @import './income.css';
  32. </style>