From 954906df5d60ce0b9df9ee80f6103712a187b5ec Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Fri, 14 Oct 2022 12:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8D=95=E9=80=89=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=BB=98=E8=AE=A4=E7=8A=B6=E6=80=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/myNote.vue | 2 ++ 1 file changed, 2 insertions(+) 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 }