From ba3d748f9eb65a66fca9bd74fc7796b90a0a70ae Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 30 六月 2023 09:06:15 +0800 Subject: [PATCH] Merge branch 'release/v1.1.3发布' --- uniapp/components/colGoods.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/uniapp/components/colGoods.vue b/uniapp/components/colGoods.vue index 238232d..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> @@ -55,6 +55,8 @@ props: { items: Object }, + created(){ + }, data() { return { -- Gitblit v1.9.3