Commit 463e846c authored by 铃兰's avatar 铃兰

Revert "修复了卡组数不更新的bug"

This reverts commit 31d47760.
parent 31d47760
Pipeline #22674 passed with stages
in 2 minutes and 13 seconds
This diff is collapsed.
......@@ -507,8 +507,6 @@ export default {
if (isNaN(res.data)) {
return 0;
} else {
this.totalDeck = res.data;
this.$forceUpdate();
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