From fbe6ab3f9dee466b1b6557f27c862322ef45a89b Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 02 Mar 2025 14:15:18 +0800
Subject: [PATCH] refactor(mallMember): 注释掉会员列表页面的三个按钮- 注释掉了"碳币拨付"、"碳积分拨付"和"修改会员等级"三个按钮 - 保留了"添加会员"、"登录密码重置"和"资金密码重置"按钮
---
src/main/resources/templates/febs/views/modules/runVip/runVipList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/runVip/runVipList.html b/src/main/resources/templates/febs/views/modules/runVip/runVipList.html
index 2cef014..4235f95 100644
--- a/src/main/resources/templates/febs/views/modules/runVip/runVipList.html
+++ b/src/main/resources/templates/febs/views/modules/runVip/runVipList.html
@@ -128,7 +128,7 @@
{
field: 'vipPng', title: '主图',
templet: function (d) {
- return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.thumb+'" alt=""></a>';
+ return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.vipPng+'" alt=""></a>';
}, minWidth: 150, align: 'center'
},
{field: 'originalPrice', title: '原价', minWidth: 120, align: 'center'},
--
Gitblit v1.9.1