mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
更改单选按钮默认状态。
This commit is contained in:
@@ -294,6 +294,8 @@ export default {
|
|||||||
if (!this.mynoteData.id) {
|
if (!this.mynoteData.id) {
|
||||||
this.inAnimationText = '笔记保存成功,U币+2';
|
this.inAnimationText = '笔记保存成功,U币+2';
|
||||||
this.inAnimation = true;
|
this.inAnimation = true;
|
||||||
|
this.editRadio = 9; // 重置默认笔记公开状态
|
||||||
|
this.mynoteData.openType = 9;
|
||||||
if(this.mynoteData.openType != 9){
|
if(this.mynoteData.openType != 9){
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user