From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 09 五月 2024 08:56:50 +0800
Subject: [PATCH] 修改货品编辑bug

---
 CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/edit.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/edit.html
index 8f3c94f..a500c10 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/edit.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/edit.html
@@ -4,7 +4,7 @@
 <script type="text/html" template lay-done="layui.data.sendParams(d);">
     <div class="layui-form coreshop-form layui-form-pane" lay-filter="LAY-app-CoreCmsUser-editForm" id="LAY-app-CoreCmsUser-editForm">
         <input type="hidden" name="id" id="id" value="{{d.params.data.model.id || '' }}" />
-
+        <input type="hidden" name="isBaifenPromotion" id="IsBaifenPromotion" value="{{d.params.data.model.isBaifenPromotion || 'false' }}" />
         <div class="layui-form-item">
             <div class="layui-inline">
                 <label class="layui-form-label">鎵嬫満鍙凤細</label>

--
Gitblit v1.9.1