From 446d0e7f59aef3f028913984165648ff4df75985 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 18 Jul 2023 16:06:31 +0800 Subject: [PATCH] 商城商品修改 --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 8 +++++--- 1 files changed, 5 insertions(+), 3 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 1c10672..41e0088 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -106,9 +106,11 @@ <div class="layui-input-block"> <select name="isNormal" class="goods-type" lay-filter="goods-type-select"> - <option value="1">普通商品</option> - <option value="2">积分商品</option> - <option value="2">双卷商品</option> + <option value="1">积分兑换商品</option> + <option value="2">购买积分商品</option> + <option value="3">普通商品商品</option> + <option value="4">课程卷商品</option> + <option value="5">名宿卷商品</option> </select> </div> </div> -- Gitblit v1.9.1