From 2f9d346d3326f322349865c30ae8e85072f38ce9 Mon Sep 17 00:00:00 2001 From: minooo <552594996@qq.com> Date: Tue, 20 Mar 2018 15:58:59 +0800 Subject: [PATCH] opt --- components/1-05-HotCard.js | 2 +- components/3-00-List.js | 2 +- components/3-41-Rank.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 (