加载笔记log

master
pan 4 years ago
parent d34b67182b
commit bc1748439c
  1. 1
      pages/index/read.vue

@ -628,6 +628,7 @@ ${this.$t('note.table.note_content')}:${item.content}`])
isActive: item.noteId === that.$route.query.noteId,
originalText: item.originalText
}
console.info(`加载笔记内容:${JSON.stringify(obj,null,2)}`)
that.noteList.push(obj)
if (item.noteId === that.$route.query.noteId) {
that.jump(obj)

Loading…
Cancel
Save