From b113b572ac01c1a799e3b87d5307f34a93b88df8 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 23 Feb 2024 17:51:45 +0800
Subject: [PATCH] 抽奖

---
 src/main/resources/templates/febs/views/modules/news/productSellList.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/news/productSellList.html b/src/main/resources/templates/febs/views/modules/news/productSellList.html
index 1f785b5..429257f 100644
--- a/src/main/resources/templates/febs/views/modules/news/productSellList.html
+++ b/src/main/resources/templates/febs/views/modules/news/productSellList.html
@@ -1,4 +1,4 @@
-<div class="layui-fluid layui-anim febs-anim" id="febs-product-sell" lay-title="用户NFT提现">
+<div class="layui-fluid layui-anim febs-anim" id="febs-product-sell" lay-title="用户卡牌提现">
     <div class="layui-row febs-container">
         <div class="layui-col-md12">
             <div class="layui-card">
@@ -145,10 +145,10 @@
                 cols: [[
                     {field: 'accountLogin', title: '登录账户', minWidth: 120,align:'center'},
                     {field: 'orderNo', title: '编号', minWidth: 220,align:'center'},
-                    {field: 'nftTotal', title: '动态NFT', minWidth: 120,align:'center'},
+                    {field: 'nftTotal', title: '动态卡牌', minWidth: 120,align:'center'},
                     {field: 'nftCnt', title: '实际提现', minWidth: 120,align:'center'},
                     {field: 'nftCntAva', title: '剩余数量', minWidth: 120,align:'center'},
-                    {field: 'nftFee', title: 'NFT手续费', minWidth: 120,align:'center'},
+                    {field: 'nftFee', title: '卡牌手续费', minWidth: 120,align:'center'},
                     {field: 'fcmFee', title: '代币手续费', minWidth: 120,align:'center'},
                     {templet: '#isSellState', title: '提现状态', minWidth: 120,align:'center'},
                     // {title: '操作',

--
Gitblit v1.9.1