From fba19090a86a4821fd70c301a5a0cd1e4b7f3244 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 31 七月 2024 18:35:21 +0800
Subject: [PATCH] 1
---
sub_pages/customer/self/history.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sub_pages/customer/self/history.vue b/sub_pages/customer/self/history.vue
index d32372e..8044427 100644
--- a/sub_pages/customer/self/history.vue
+++ b/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 {
--
Gitblit v1.9.3