From 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 27 Feb 2024 15:47:57 +0800 Subject: [PATCH] 抽奖 --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 4 ++-- 1 files changed, 2 insertions(+), 2 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 ee598a6..d341c85 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -86,7 +86,7 @@ <div class="layui-col-lg6"> <label class="layui-form-label febs-form-item-require">抵扣现金(%):</label> <div class="layui-input-block"> - <input type="text" name="scorePercent" lay-verify="required|integer" placeholder="" autocomplete="off" class="layui-input"> + <input type="text" name="scorePercent" lay-verify="required" placeholder="" autocomplete="off" class="layui-input"> <div class="layui-word-aux">设置50,即商品价格1000,积分可抵扣的最大金额为1000*50%=500,填写整数,如【50】</div> </div> </div> @@ -699,7 +699,7 @@ $(".tc-set").show(); } - if (goodsInfo.hasCarriage == 2) { + if (goodsInfo.hasCarriage == 1) { $(".carriage-input").show(); } -- Gitblit v1.9.1