1
xuxueyang
2024-07-31 fba19090a86a4821fd70c301a5a0cd1e4b7f3244
sub_pages/customer/self/history.vue
@@ -189,7 +189,7 @@
         @cancel="order_show=false"></u-picker>
      <view class="trade-list-container">
         <view class="trade-info-container flex"  :class="[dto.status]"
         <view class="trade-info-container flex"   :class="[dto.status!=='UP'?'OFF':'']"
         v-for="(dto,index) of list" :key="index">
            <image class="img img100 br-4 m-r-10" :src="dto.url||dto.cover" @click.stop="toDetail(dto)"></image>
            <view class="flex1">
@@ -269,9 +269,9 @@
      }
      .trade-info-container.UP {
      .trade-info-container.OFF {
         .title {
            color: #000000;
            color: #666;
         }
      }
@@ -294,7 +294,7 @@
            font-weight: 600;
            font-size: 28rpx;
            color: #333;
            color: #000;
            line-height: 40rpx;
            .level {