|
@@ -65,7 +65,7 @@
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<h2 class="text-center">我们的见解</h2>
|
|
<h2 class="text-center">我们的见解</h2>
|
|
<div class="d-flex article-box">
|
|
<div class="d-flex article-box">
|
|
- <div v-for="(val, i) in articles" :key="i" class="article-box-item">
|
|
|
|
|
|
+ <div v-for="(val, i) in articles" :key="i" class="article-box-item" @click="handleClick('article', val.id)">
|
|
<div class="sshr__article__flyout-placeholder"></div>
|
|
<div class="sshr__article__flyout-placeholder"></div>
|
|
<div class="sshr__article__content-wrapper active">
|
|
<div class="sshr__article__content-wrapper active">
|
|
<div class="sshr__article__picture">
|
|
<div class="sshr__article__picture">
|
|
@@ -144,9 +144,9 @@ const consultant = [
|
|
]
|
|
]
|
|
// 我们的见解
|
|
// 我们的见解
|
|
const articles = [
|
|
const articles = [
|
|
- { title: '女性领导力崛起:《走进中国女性高管的职场现状》', url: 'https://cn.spencerstuart.com/-/media/2023/march/chinaneedsmorewomen/web-cnwomen-mar23.jpg' },
|
|
|
|
- { title: '纷繁复杂世界中的领导力:为未来的首席执行官做好规划', url: 'https://cn.spencerstuart.com/-/media/2023/september/ceofuture/thmb-ceoofthefuture-sept2023-616x434.jpg' },
|
|
|
|
- { title: '全球视角下的CFO角色演变:跨领域高管的洞察与应对策略', url: 'https://cn.spencerstuart.com/-/media/search-images/placeholder-hdr.jpg' }
|
|
|
|
|
|
+ { title: '女性领导力崛起:《走进中国女性高管的职场现状》', id: 'china-needs-more-women-in-executive-leadership', url: 'https://cn.spencerstuart.com/-/media/2023/march/chinaneedsmorewomen/web-cnwomen-mar23.jpg' },
|
|
|
|
+ { title: '纷繁复杂世界中的领导力:为未来的首席执行官做好规划', id: 'leadership-for-a-complex-world-planning-for-the-ceo-of-the-future', url: 'https://cn.spencerstuart.com/-/media/2023/september/ceofuture/thmb-ceoofthefuture-sept2023-616x434.jpg' },
|
|
|
|
+ { title: '全球视角下的CFO角色演变:跨领域高管的洞察与应对策略', id: 'the-evolution-of-the-cfo-role-from-a-global-perspective', url: 'https://cn.spencerstuart.com/-/media/search-images/placeholder-hdr.jpg' }
|
|
]
|
|
]
|
|
// 联系我们
|
|
// 联系我们
|
|
const social = [
|
|
const social = [
|