From eb4d171a50e4940d4822ec57641ba24be7747afa Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期三, 26 七月 2023 14:05:41 +0800
Subject: [PATCH] no message

---
 uniapp/components/colGoods.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/uniapp/components/colGoods.vue b/uniapp/components/colGoods.vue
index 75dcaac..a441e2a 100644
--- a/uniapp/components/colGoods.vue
+++ b/uniapp/components/colGoods.vue
@@ -17,12 +17,12 @@
 			</view>
 			<view class="goodsPrice-goodSale colCen borderBox">
 				<view class="couponInfo-bar rowCen">
-					<view class="couponbox rowCenCen" v-if="items.couponPrice>0 || items.faction=='w'">
+					<view class="couponbox rowCenCen" style="border: 1px solid #f50d49; color: #f50d49; background: none;" v-if="items.couponPrice>0 || items.faction=='w'">
 						<view>
 							{{items.faction=='w' ?(items.discount+'鎶�'):items.couponPrice+'鍏冨埜'}}
 						</view>
 					</view>
-					<view class="backPrice rowCenCen">
+					<view class="backPrice rowCenCen" style="background: #f50d49;">
 						<view>杩攞{items.fanli}}鍏�</view>
 					</view>
 				</view>

--
Gitblit v1.9.3