From 85405ca125ae7c139e7dbc2dc56a997f3f196e30 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 24 四月 2024 08:39:57 +0800 Subject: [PATCH] 计划订单功能 --- 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