xuxueyang
2024-09-09 2faf4eee0eb42db65e7833004a44e187951e9b55
sub_pages/customer/shop/shop.vue
@@ -123,7 +123,7 @@
                     </view> -->
                        <view class="other-info flex" @click.stop="toDetail(item)">
                           <view class="m-r-15">
                              已售:{{item.sales || 0}}
                              已售:{{ ((item.sales||0) +(item.realSales||0)) || 0}}
                           </view>
                           <view class="m-r-15">
                              剩余:{{item.stock || 0}}
@@ -573,15 +573,15 @@
         display: flex;
         .tag {
            min-width: 60rpx;
            padding-left: 10rpx;
            padding-right: 10rpx;
            line-height: 30rpx;
            background: #FEE6E6;
            border-radius: 10rpx;
            font-size: 22rpx;
            color: #CD1212;
            margin-right: 12rpx;
            // min-width: 60rpx;
            padding-left: 10rpx;
            padding-right: 10rpx;
            line-height: 30rpx;
            background: #FEE6E6;
            border-radius: 10rpx;
            font-size: 18rpx;
            color: #CD1212;
            margin-right: 6rpx;
            text-align: center;
         }