更改单选按钮默认状态。

This commit is contained in:
weinan2087
2022-10-14 12:43:20 +08:00
parent 3a04078717
commit 954906df5d

View File

@@ -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
}