From 00c597948cf3e3360b42a747b9bccf60bee4763a Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 19 May 2022 22:31:21 +0800 Subject: [PATCH] fix goods add and goodsUPdate --- src/main/resources/templates/febs/views/modules/goods/goodsList.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsList.html b/src/main/resources/templates/febs/views/modules/goods/goodsList.html index bd804bb..c8de164 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsList.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsList.html @@ -68,7 +68,7 @@ {{# } }} </script> <script type="text/html" id="goodsTypeFormat"> - {{# if(d.isNormal === 1) { }} + {{# if(d.isNormal == 1) { }} <span>普通商品</span> {{# } else { }} <span>套餐</span> -- Gitblit v1.9.1