|
|
@ -340,7 +340,7 @@ |
|
|
|
<textarea name="coreContent" class="coreWordCount" id="coreTextarea" maxlength="200" |
|
|
|
placeholder="请写出需要在论文中包含的要点。"></textarea> |
|
|
|
<div id="charCount" class="char-count">0/200</div> |
|
|
|
<!-- {literal} --> |
|
|
|
{literal} |
|
|
|
<script> |
|
|
|
const maxLength = 200; // 设置最大字数限制 |
|
|
|
$('#coreTextarea').on('input', function () { |
|
|
@ -351,7 +351,7 @@ |
|
|
|
} |
|
|
|
}); |
|
|
|
</script> |
|
|
|
<!-- {/literal} --> |
|
|
|
{/literal} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form_pptItem " style="display: none;"> |
|
|
|