From c9da9cb61095af90621072d556d98ae962ca4f4d Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 04 Feb 2024 16:30:14 +0800
Subject: [PATCH] 确认收货更新用户的会员信息

---
 src/main/resources/templates/febs/views/modules/news/productNFTList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/news/productNFTList.html b/src/main/resources/templates/febs/views/modules/news/productNFTList.html
index 40f8c83..7eb5680 100644
--- a/src/main/resources/templates/febs/views/modules/news/productNFTList.html
+++ b/src/main/resources/templates/febs/views/modules/news/productNFTList.html
@@ -129,8 +129,8 @@
                 url: ctx + 'admin/news/getProductNFTList',
                 cols: [[
                     {field: 'nftCode', title: '编码', minWidth: 120,align:'center'},
-                    {field: 'priceNft', title: 'NFT', minWidth: 120,align:'center'},
-                    {field: 'priceToken', title: 'TOKEN', minWidth: 120,align:'center'},
+                    {field: 'priceNft', title: '卡牌', minWidth: 120,align:'center'},
+                    {field: 'priceToken', title: '宝石', minWidth: 120,align:'center'},
                     {field: 'profit', title: '收益(%)', minWidth: 120,align:'center'},
                     {field: 'cycle', title: '周期(天)', minWidth: 120,align:'center'},
                     {field: 'memberCnt', title: '预约总数', minWidth: 120,align:'center'},

--
Gitblit v1.9.1