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