From 63aab4871b1da0979f247c73047ff2d1dba26192 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 02 Mar 2023 18:01:17 +0800 Subject: [PATCH] 资金流水修改 --- src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html | 5 ++++- 1 files changed, 4 insertions(+), 1 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 44c49d4..8eb1a87 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlowList.html @@ -34,7 +34,7 @@ <!-- <option value="8">提现</option>--> <!-- <option value="9">转账</option>--> <option value="10">余额支付</option> - <option value="11">退款</option> + <option value="11">余额退款</option> <!-- <option value="12">佣金转竞猜积分</option>--> <!-- <option value="13">佣金转余额</option>--> <!-- <option value="14">竞猜积分签到</option>--> @@ -44,6 +44,7 @@ <option value="18">充值</option> <option value="20">赠送金额</option> <option value="21">微信支付</option> + <option value="22">微信退款</option> <!-- <option value="19">收益</option>--> </select> </div> @@ -197,6 +198,8 @@ return '<span>赠送金额</span>' }else if (d.type === 21) { return '<span>微信支付</span>' + }else if (d.type === 22) { + return '<span>微信退款</span>' }else{ return '' } -- Gitblit v1.9.1