diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index d1700c02..fbc4a3e5 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -294,6 +294,8 @@ export default { if (!this.mynoteData.id) { this.inAnimationText = '笔记保存成功,U币+2'; this.inAnimation = true; + this.editRadio = 9; // 重置默认笔记公开状态 + this.mynoteData.openType = 9; if(this.mynoteData.openType != 9){ return }