Browse Source

tips update

master
filesite 7 months ago
parent
commit
06f41b7fb9
  1. 2
      themes/tajian/views/my/tag_new.php
  2. 2
      www/js/tajian.js

2
themes/tajian/views/my/tag_new.php

@ -9,7 +9,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -9,7 +9,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
<div class="mb-3 pt20">
<label for="text_input_tag" class="form-label">分类名</label>
<input id="text_input_tag" name="tag" placeholder="请填写 2 - 15 个汉字、数字、英文" value="">
<p class="mt10">说明:<br>最多添加 <strong>20</strong> 个分类;<br>如果以英文开头,首字母请大写。</p>
<p class="mt10">说明:<br>最多添加 <strong>50</strong> 个分类;<br>如果以英文开头,首字母请大写。</p>
</div>
<div class="avform_bt vercenter">
<button class="jsbtn" aria-label="保存" type="button">

2
www/js/tajian.js

@ -501,7 +501,7 @@ if ($('#tags_form').get(0)) { @@ -501,7 +501,7 @@ if ($('#tags_form').get(0)) {
});
}
// tag分类管理
// 添加tag分类
if ($('#tag_new_form').get(0)) {
$('#tag_new_form .jsbtn').click(function(e) {
e.preventDefault();

Loading…
Cancel
Save