docs: 错别字修改

This commit is contained in:
xiongxiaoyang
2025-07-12 18:05:06 +08:00
parent 675b156094
commit 972a49f1ba
11 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@
<div class="userBox cf">
<div class="user_l">
<form method="post" action="./login.html" id="form1">
<h3 th:text="''+${application.website.name}"></h3>
<h3 th:text="''+${application.website.name}"></h3>
<ul class="log_list">
<li><span id="LabErr"></span></li>
<li><input name="txtUName" type="text" id="txtUName" placeholder="手机号码" class="s_input icon_name" /></li>

View File

@ -91,7 +91,7 @@
},
SaveComment: function (cmtBId, cmtCId, cmtDetail) {
if (!isLogin) {
layer.alert('请先登');
layer.alert('请先登');
return;
}
var cmtDetailTemp = cmtDetail.replace(/(^\s*)/g, "");

View File

@ -17,7 +17,7 @@
<div class="userBox cf">
<div class="user_l">
<form method="post" action="./login.html" id="form1">
<h3 th:text="''+${application.website.name}"></h3>
<h3 th:text="''+${application.website.name}"></h3>
<ul class="log_list">
<li><span id="LabErr"></span></li>
<li><input name="txtUName" type="text" id="txtUName" placeholder="手机号码" class="s_input icon_name" /></li>

View File

@ -92,7 +92,7 @@
},
SaveComment: function (cmtBId, cmtCId, cmtDetail) {
if(!isLogin){
layer.alert('请先登');
layer.alert('请先登');
return;
}
var cmtDetailTemp = cmtDetail.replace(/(^\s*)/g, "");