tianyun 1 年之前
父节点
当前提交
728729ad3a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      simple-demo/send_memos.html

+ 1 - 0
simple-demo/send_memos.html

@@ -372,6 +372,7 @@
                 if (res['name']) {
                     // window.location.href = `https://memos.tianyunperfect.cn/m/${res['name']}`;
                     this.msg('记录成功');
+                    localStorage.setItem('contentStr', '');
                     this.contentStr = '';
                     this.search();
                 }