From e5a62f650b84e123a844092a2f446d43ec852e75 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Mon, 28 Apr 2025 15:26:23 +0800 Subject: [PATCH] feat(xcxPay): 添加活动订单回调路径排除 --- 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