From 63a846c145704323d29087f353ba330afc5f60e4 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 29 Sep 2021 14:44:43 +0800 Subject: [PATCH] 20210928 --- 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 64db874..59309c9 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html @@ -29,6 +29,7 @@ <option value="5">转账</option> <option value="6">提现</option> <option value="7">排名奖励</option> + <option value="8">利润分红</option> </select> </div> </div> @@ -115,6 +116,8 @@ return '<span>提现</span>' }else if (d.type === 7) { return '<span>排名奖励</span>' + }else if (d.type === 8) { + return '<span>利润分红</span>' }else{ return '' } -- Gitblit v1.9.1