From 0140571d040178c6a1c4c6f66f8df0dcb46ab5ac Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 18 Feb 2025 11:01:09 +0800 Subject: [PATCH] feat(user): 重构用户注册逻辑并添加钱包功能 --- 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