From ec707650a0a1a0bd3a5fc470cb67bb4b01ddca13 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 28 Apr 2025 15:40:49 +0800
Subject: [PATCH] fix(mall): 修复活动列表查询异常
---
src/main/resources/templates/febs/views/modules/votesActivity/orderList.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
index b79498b..a53230f 100644
--- a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
@@ -78,6 +78,9 @@
2: {title: '待使用', color: 'orange'},
3: {title: '已使用', color: 'green'},
4: {title: '售后', color: 'red'},
+ 5: {title: '已评价', color: 'black'},
+ 6: {title: '删除', color: 'black'},
+ 7: {title: '已失效', color: 'black'},
}[d.state];
}}
<span class="layui-badge febs-bg-{{state.color}}">{{ state.title }}</span>
--
Gitblit v1.9.1