From 631dc512b226b346fefaebbedf1ddd79c06cab71 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:06:15 +0800
Subject: [PATCH] 二三给的
---
src/views/C2C/c2c-trade/page/c2cBuy.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/C2C/c2c-trade/page/c2cBuy.vue b/src/views/C2C/c2c-trade/page/c2cBuy.vue
index 9fc0491..a4bdeb9 100644
--- a/src/views/C2C/c2c-trade/page/c2cBuy.vue
+++ b/src/views/C2C/c2c-trade/page/c2cBuy.vue
@@ -4,11 +4,11 @@
v-if="detail.id">
<template #trade>
<div class="buy-item mt-40 w-full mainBackground c2cColor">
- <div class="buy-item-title flex justify-between font-28 py-34 border-b-1 border-light-grey c2cColor">
- <div class="flex-1 text-center" :class="{ 'text-grey': type === 'num' }" @click="typeSwitch('amount')">
+ <div class="buy-item-title flex justify-between font-28 py-34 border-b-1 border-light-grey textColor">
+ <div class="flex-1 text-center" :class="{ 'textColor1': type === 'num' }" @click="typeSwitch('amount')">
{{ $t('按金额购买') }}
</div>
- <div class="flex-1 text-center" :class="{ 'text-grey': type === 'amount' }" @click="typeSwitch('num')">
+ <div class="flex-1 text-center" :class="{ 'textColor1': type === 'amount' }" @click="typeSwitch('num')">
{{ $t('按数量购买') }}
</div>
</div>
--
Gitblit v1.9.3