From 5fd317424dbb8b1399e5f28352792b19a0b14919 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Sun, 14 Jun 2026 16:31:31 +0800
Subject: [PATCH] refactor(mall): 移除商品分类查询中的冗余过滤逻辑
---
src/main/resources/templates/febs/views/modules/news/newsInfoList.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/news/newsInfoList.html b/src/main/resources/templates/febs/views/modules/news/newsInfoList.html
index 4d6d8b7..153a982 100644
--- a/src/main/resources/templates/febs/views/modules/news/newsInfoList.html
+++ b/src/main/resources/templates/febs/views/modules/news/newsInfoList.html
@@ -130,11 +130,11 @@
cols: [[
{field: 'title', title: '标题', minWidth: 120,align:'center'},
{field: 'categoryName', title: '分类', minWidth: 120,align:'center'},
- {field: 'thumb', title: '缩略图',
- templet: function (d) {
- return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.thumb+'" alt=""></a>';
- }, minWidth: 150,align:'center'},
- {templet: '#isTopSwitch', title: '是否首页显示', minWidth: 120,align:'center'},
+ // {field: 'thumb', title: '缩略图',
+ // templet: function (d) {
+ // return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.thumb+'" alt=""></a>';
+ // }, minWidth: 150,align:'center'},
+ // {templet: '#isTopSwitch', title: '是否首页显示', minWidth: 120,align:'center'},
{field: 'createdTime', title: '创建时间', minWidth: 120,align:'center'},
{title: '操作',
templet: function (d) {
--
Gitblit v1.9.1