From 97d600386e1a5c7607b820e0a055331978169f64 Mon Sep 17 00:00:00 2001 From: Hentua <wangdoubleone@gmail.com> Date: Tue, 25 Apr 2023 16:44:51 +0800 Subject: [PATCH] fix --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html index 0fc3041..2338258 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -700,6 +700,8 @@ "sortCnt": goodsInfo.sortCnt, "scorePercent": goodsInfo.scorePercent, "goodsLevel": goodsInfo.goodsLevel, + "normalPer": goodsInfo.normalPer, + "normalBonus": goodsInfo.normalBonus, "thumbs": thumbs }); -- Gitblit v1.9.1