1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
src/views/C2C/c2cOrder/components/trade-data/TradeData.vue
@@ -24,7 +24,8 @@
            </div>
          </template>
          <van-cell-group class="payment-method">
            <van-cell v-for="(item, index) in detail.tradeMethod" :key="index" :title="item.label" :value="item.value" />
            <van-cell v-for="(item, index) in detail.tradeMethod" :key="index" :title="item.label"
              :value="item.value" />
          </van-cell-group>
        </van-collapse-item>
      </van-collapse>
@@ -75,17 +76,22 @@
<style lang="scss" scoped>
@import "@/assets/css/copy2.scss";
.mainBackground {
  ::v-deep {
    .van-cell-group,
    .van-cell {
      color: $text_color1;
      background: $main_background;
      @include themify() {
        color: themed("text_color1");
        background: themed("main_background");
      }
    }
    .van-cell__value {
      color: $text_color;
      @include themify() {
        color: themed("text_color");
      }
    }
    .order-msg {