diff --git a/components/1-05-HotCard.js b/components/1-05-HotCard.js index ab540b8..916ebdb 100644 --- a/components/1-05-HotCard.js +++ b/components/1-05-HotCard.js @@ -40,7 +40,7 @@ export default ({ item, index }) => { }); return; } - window.open(item.external_links); + window.open(item.pc_outside_link); } return ( diff --git a/components/3-00-List.js b/components/3-00-List.js index c77a8fb..8bac425 100644 --- a/components/3-00-List.js +++ b/components/3-00-List.js @@ -41,7 +41,7 @@ export default ({ item }) => { return; } - window.open(item.external_links); + window.open(item.pc_outside_link); } return (