From 6fb0d9786c5cc9549fb485670ccb37bb0815aad2 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 19 Jul 2023 10:44:27 +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 41e0088..7cad1de 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -108,9 +108,9 @@ lay-filter="goods-type-select"> <option value="1">积分兑换商品</option> <option value="2">购买积分商品</option> - <option value="3">普通商品商品</option> + <option value="3">普通商品</option> <option value="4">课程卷商品</option> - <option value="5">名宿卷商品</option> + <option value="5">民宿卷商品</option> </select> </div> </div> -- Gitblit v1.9.1