From 14d67508d21d18e4b8d8d5874efe9ef946115b04 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Fri, 16 May 2025 14:17:45 +0800 Subject: [PATCH] fix(mall): 修复订单积分计算错误 --- src/main/resources/templates/febs/views/modules/order/commentList.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/order/commentList.html b/src/main/resources/templates/febs/views/modules/order/commentList.html index 91e7f26..36aae45 100644 --- a/src/main/resources/templates/febs/views/modules/order/commentList.html +++ b/src/main/resources/templates/febs/views/modules/order/commentList.html @@ -100,7 +100,7 @@ {field: 'memberName', title: '昵称', minWidth: 100,align:'left'}, {field: 'orderNo', title: '订单编号', minWidth: 80,align:'left'}, {field: 'goodsName', title: '商品名称', minWidth: 80,align:'left'}, - {field: 'styleName', title: '样式', minWidth: 80,align:'left'}, + // {field: 'styleName', title: '样式', minWidth: 80,align:'left'}, {field: 'skuName', title: '规格', minWidth: 80,align:'left'}, {field: 'showState', title: '是否展示', templet: '#showStateSwitch', minWidth: 80,align:'center'}, {field: 'images', title: '图片', align: 'center', templet: '#showScreenhost', width: 400}, -- Gitblit v1.9.1