From 560d503b8bad015a1f313e21330c921e15d991d1 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 02 Mar 2023 16:28:32 +0800
Subject: [PATCH] 增加活动公告
---
src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
index 65b1474..8bf178f 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html
@@ -42,6 +42,7 @@
<!-- <option value="16">系统拨付</option>-->
<!-- <option value="17">抽奖</option>-->
<option value="18">充值</option>
+ <option value="20">赠送金额</option>
<!-- <option value="19">收益</option>-->
</select>
</div>
@@ -164,6 +165,8 @@
return '<span>充值</span>'
}else if (d.type === 19) {
return '<span>收益</span>'
+ }else if (d.type === 20) {
+ return '<span>赠送金额</span>'
}else{
return ''
}
--
Gitblit v1.9.1