From f0ca9fb79a91544c037c55a291be00e8c469bf34 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期二, 05 三月 2024 12:17:32 +0800 Subject: [PATCH] 经销商注册逻辑 --- CoreCms.Net.Web.Admin/wwwroot/views/distribution/setting/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/distribution/setting/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/distribution/setting/index.html index ed6041f..be30e91 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/distribution/setting/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/distribution/setting/index.html @@ -64,7 +64,7 @@ </div> <fieldset class="layui-elem-field layui-field-title" style="margin-top: 20px;"> - <legend>鎴愪负鍒嗛攢鍟�</legend> + <legend>鎴愪负缁忛攢鍟�</legend> </fieldset> <div class="layui-form-item"> @@ -211,7 +211,7 @@ }); editor2.setData(d.data.configs['distributionAgreement']['sValue']); - //鐩戝惉璐拱鍟嗗搧鎴愪负鍒嗛攢鍟嗘寜閽� + //鐩戝惉璐拱鍟嗗搧鎴愪负缁忛攢鍟嗘寜閽� form.on('radio(distributionGoods)', function (data) { if (data.value === "3") { $('#distributionGoods').show(); -- Gitblit v1.9.1