From 68bb55731629f29e7e275d6c0bff6a6e23886421 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 21 Feb 2025 16:42:05 +0800
Subject: [PATCH] feat(mall): 添加直推奖励功能
---
src/main/resources/templates/febs/views/modules/runVip/sellVipList.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
index f2fe76d..4d23a27 100644
--- a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
+++ b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
@@ -1,4 +1,4 @@
-<div class="layui-fluid layui-anim febs-anim" id="febs-withdraw-list" lay-title="碳币提现">
+<div class="layui-fluid layui-anim febs-anim" id="febs-withdraw-list" lay-title="提现">
<div class="layui-row febs-container">
<div class="layui-col-md12">
<div class="layui-card">
@@ -146,7 +146,7 @@
{field: 'amountFee', title: '手续费', minWidth: 100,align:'center', totalRow:true},
{title: '状态', templet: '#statusType', minWidth: 100,align:'center'},
{field: 'createdTime', title: '创建时间', minWidth: 180,align:'center'},
- {title: '操作', toolbar: '#withdrawOption', minWidth: 100}
+ {title: '操作', toolbar: '#withdrawOption', minWidth: 200}
]],
done: function(res, curr, count) {
// 遍历每一行数据
--
Gitblit v1.9.1