Skip to content

Commit

Permalink
fix:price type
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed Jan 8, 2024
1 parent 3f81e88 commit 5898291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified README.md
Binary file not shown.
2 changes: 1 addition & 1 deletion src/views/game.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
// fix source_type
if (this.type == "cj") {
this.source_type = source_type = "achievement";
} else if (this.type == "pet" || this.type == "horse") {
} else if (this.type == "pet" || this.type == "horse" || this.type == "price") {
this.source_type = "item";
source_type = this.type == "pet" ? "pet" : "item";
} else {
Expand Down

0 comments on commit 5898291

Please sign in to comment.