Commit 31d47760 authored by 铃兰's avatar 铃兰

修复了卡组数不更新的bug

parent d2b9e1c9
Pipeline #22672 passed with stages
in 2 minutes and 8 seconds
This diff is collapsed.
...@@ -507,6 +507,8 @@ export default { ...@@ -507,6 +507,8 @@ export default {
if (isNaN(res.data)) { if (isNaN(res.data)) {
return 0; return 0;
} else { } else {
this.totalDeck = res.data;
this.$forceUpdate();
return res.data; return res.data;
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment