diff --git a/src/views/games/details/share/index.vue b/src/views/games/details/share/index.vue index 07b1829..4faf2c8 100644 --- a/src/views/games/details/share/index.vue +++ b/src/views/games/details/share/index.vue @@ -451,6 +451,7 @@ export default { uid: this.uid, shareType: this.filterForm.shareType, type: this.filterForm.type, + platform_id: this.filterForm.platform_id, currentPage: this.currentPage, pageSize: this.pageSize, gameId: this.gameInfo.game_id,