From 7338052ad16f1f2f5dc338f6c20643ebbc836f00 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Fri, 14 Mar 2025 11:42:16 +0800 Subject: [PATCH] feat(mallMember): 添加邀请码查询功能 --- 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