From d43ba88a830642d3351f907cfc59313b9e318e0e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 08 Jun 2022 16:37:25 +0800
Subject: [PATCH] Merge branch 'mall-amz' of http://120.27.238.55:7000/r/xc-mall into mall-amz
---
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