From 75e2b4df7408456bfa39915e0edf90356fabecc4 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 30 Jun 2026 17:51:21 +0800
Subject: [PATCH] feat(system): 优化支付链接图片上传功能
---
src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
index a258d79..3ed03ba 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
@@ -789,17 +789,8 @@
form.on('submit(goods-add-form-submit)', function (data) {
data.field.goodsType = 1;
- let couponRuleList = couponRule.getValue();
- if (couponRuleList.length > 0) {
- var couponIds = [];
- layui.each(couponRuleList, function (key, item) {
- couponIds.push(item.id)
- });
- data.field.couponIds=couponIds;
- }
data.field.addMallGoodsSkuDtos = tableSkuData;
data.field.categoryId = category.getValue('valueStr');
- data.field.carriageRuleId = carriageRule.getValue('valueStr');
// let content = layedit.getContent();
// alert(content);
// data.field.goodsDetails = content;
--
Gitblit v1.9.1