修改幸运礼物活动-个人数据汇总赠送完之后按钮显示问题

This commit is contained in:
chenruiye
2025-04-11 11:21:14 +08:00
parent 8d65cb5b95
commit 47ce14c348
2 changed files with 4 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ export default {
editDialog: false,
editDialogTitle: "",
value: "",
butClick:false
};
},
methods: {
@@ -206,7 +207,7 @@ export default {
});
setTimeout(() => {
this.butClick = false;
}, 3000);
}, 1000);
this.editDialog = false;
this.getData();
} else {

View File

@@ -160,6 +160,7 @@ export default {
editDialog: false,
editDialogTitle: "",
value: "",
butClick:false
};
},
methods: {
@@ -203,7 +204,7 @@ export default {
});
setTimeout(() => {
this.butClick = false;
}, 3000);
}, 1000);
this.editDialog = false;
this.getData();
} else {