Skip to content

Commit

Permalink
fix:filter_id_136
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed Jul 26, 2024
1 parent 835b531 commit 858b901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/adventure/landscape.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ export default {
this.isSync = !!userJx3Id; // 是否在游戏中同步
res.pet = this.splitArrayIntoChunks(res.pet, 5);
res.normal = this.splitArrayIntoChunks(res.normal, 3);
res.perfect = res.perfect.filter(item => item.dwID !== 136);
this.userAchievement = res;
this.$nextTick((_) => {
this.addClass = false;
Expand Down

0 comments on commit 858b901

Please sign in to comment.