From 4f187d41afd5290b5cd159520af219afdbbd9b35 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 07 May 2022 11:44:01 +0800 Subject: [PATCH] fix goods-form not complete --- 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 59309c9..ce8cf2a 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html @@ -30,6 +30,7 @@ <option value="6">提现</option> <option value="7">排名奖励</option> <option value="8">利润分红</option> + <option value="9">系统拨付</option> </select> </div> </div> @@ -118,6 +119,8 @@ return '<span>排名奖励</span>' }else if (d.type === 8) { return '<span>利润分红</span>' + }else if (d.type === 9) { + return '<span>系统拨付</span>' }else{ return '' } -- Gitblit v1.9.1