| 12345678910111213141516171819202122232425262728293031323334 |
- <template>
- <view>
- <view class="list">
- <view class="li">
- <view class="ddflex">
- <view class="tit fflex">谁谁谁购买的商品已退款</view>
- <view class="money tui">-500</view>
- </view>
- <text class="time">3月15日 16:00</text>
- </view>
- <view class="li">
- <view class="ddflex">
- <view class="tit fflex">谁谁谁购买了商品</view>
- <view class="money">+500</view>
- </view>
- <text class="time">3月15日 16:00</text>
- </view>
- <view class="li">
- <view class="ddflex">
- <view class="tit fflex">谁谁谁购买了商品</view>
- <view class="money">+500</view>
- </view>
- <text class="time">3月15日 16:00</text>
- </view>
- </view>
- </view>
- </template>
- <script>
- </script>
- <style>
- @import './income.css';
- </style>
|