Update page-memos.php

This commit is contained in:
浪子 2024-06-16 10:24:28 +08:00
parent 5fb2e66399
commit 6165bacaa9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<div id="talk"></div>
</article>
<script>
if (0) {
if (99) {
let url = '<?php echo $memos; ?>';
fetch(url + '/api/v1/memo?creatorId=<?php echo $memosID; ?>&rowStatus=NORMAL&limit=<?php echo $memosnum; ?>')
.then(res => res.json())