Browse Source

订单列表

master
tianyi 4 weeks ago
parent
commit
4cc632dd0e
  1. 2
      package1/myCenter/myCollect.vue
  2. 19
      package1/order/orderList.vue

2
package1/myCenter/myCollect.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- 我的收藏 --> <!-- 我的收藏 -->
</template> </template>
<script> <script>

19
package1/order/orderList.vue

@ -126,6 +126,12 @@
<view v-else style="display: flex;padding: 20rpx;background: #F5F5F5;border-radius: 20rpx;"> <view v-else style="display: flex;padding: 20rpx;background: #F5F5F5;border-radius: 20rpx;">
<view class="goods-img"> <view class="goods-img">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/4130b6a412584c71949b3a03e5834453.png" alt=""> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/4130b6a412584c71949b3a03e5834453.png" alt="">
<view class="jiaobiao">
3
</view>
<!-- <view class="jiaobiao">
快递
</view> -->
</view> </view>
<view class="goods-content"> <view class="goods-content">
<view class="goods-name" style="font-size: 24rpx;line-height: 50rpx;display: flex;"> <view class="goods-name" style="font-size: 24rpx;line-height: 50rpx;display: flex;">
@ -407,4 +413,17 @@
.bottom-btn { .bottom-btn {
height: 80rpx; height: 80rpx;
} }
.jiaobiao{
width:38px;
height:20px;
background:rgba(227, 255, 150, 1);
font-weight:700;
position: absolute;
top: 0;
left: 0;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
text-align: center;
line-height: 20px;
}
</style> </style>
Loading…
Cancel
Save