officialWebsite/src/views/investor/size375/index.vue

1236 lines
37 KiB
Vue
Raw Normal View History

2025-03-14 09:05:00 +00:00
<template>
<div class="page-container">
<n-divider class="divider1" vertical />
<n-divider class="divider5" vertical />
<AppHeader />
2025-03-14 10:37:36 +00:00
2025-03-14 09:05:00 +00:00
<main>
<section style="background: #ffffff" className="relative">
2025-03-14 12:52:05 +00:00
<div class="relative section-first h-[4157px] box-contain pt-[2509px]">
2025-03-14 09:05:00 +00:00
<div
2025-03-14 12:52:05 +00:00
class="title ml-[184px]"
2025-03-14 09:05:00 +00:00
:ref="
(el) => {
moveRefs[0].value = el;
}
"
>
2025-03-14 10:37:36 +00:00
<div>投资者关系</div>
2025-03-14 09:05:00 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[1].value = el;
}
"
2025-03-14 12:52:05 +00:00
class="text-[51px] text-[#8B59F7] w-[1075px] ml-[184px] mt-[50px]"
2025-03-14 09:05:00 +00:00
>
2025-03-14 10:37:36 +00:00
Minim纳斯达克股票代码MINM财务状况
2025-03-14 09:05:00 +00:00
</div>
</div>
</section>
2025-03-14 10:37:36 +00:00
<section>
2025-03-14 09:05:00 +00:00
<div class="flex flex-wrap justify-center">
2025-03-14 12:52:05 +00:00
<div class="w-full px-[184px] mt-[502px]">
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
2025-03-14 09:05:00 +00:00
</div>
<div
2025-03-14 12:52:05 +00:00
class="w-full title mt-[102px] px-[184px]"
:ref="
(el) => {
moveRefs[2].value = el;
}
"
2025-03-14 09:05:00 +00:00
>
2025-03-14 12:52:05 +00:00
<div>最新动态</div>
</div>
<div class="w-full mb-[246px] flex flex-wrap justify-center">
<div
v-for="(item, idx) in state.marqueeArr"
:key="idx"
class="w-full flex flex-wrap justify-center carousel-item mt-[154px]"
:ref="
(el) => {
moveRefs[15 + idx].value = el;
}
"
>
<img class="carousel-image" :src="item.imgUrl" />
2025-03-14 10:37:36 +00:00
<div
2025-03-14 12:52:05 +00:00
class="carousel-title flex justify-between truncate pl-[31px]"
2025-03-14 10:37:36 +00:00
>
2025-03-14 12:52:05 +00:00
<div>{{ item.title }}</div>
<div v-if="item.date" class="text-[#9F9F9F] text-[61px]">
{{ item.date }}
2025-03-14 10:37:36 +00:00
</div>
</div>
2025-03-14 12:52:05 +00:00
<div class="carousel-subtitle truncate pl-[31px]">
<div>{{ item.subTitle }}</div>
</div>
<div
class="carousel-link flex items-center pl-[31px]"
@click="handleLink(item.linkUrl)"
>
<img
class="w-[61px] h-[61px] mr-[10px]"
src="@/assets/image/investor/375/icon-l.png"
/>
<div>{{ item.link }}</div>
</div>
2025-03-14 10:37:36 +00:00
</div>
2025-03-14 09:05:00 +00:00
</div>
</div>
</section>
2025-03-14 10:37:36 +00:00
<section class="bg-[#F8F9FF]">
2025-03-14 09:05:00 +00:00
<div class="flex flex-wrap justify-center">
2025-03-14 12:52:05 +00:00
<div class="w-full px-[184px] mt-[222px]">
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full title mt-[102px] mb-[145px] px-[184px]"
:ref="
(el) => {
moveRefs[3].value = el;
}
"
>
2025-03-14 10:37:36 +00:00
<div>财务数据</div>
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div class="w-full px-[158px] mb-[118px]">
2025-03-14 09:05:00 +00:00
<div
2025-03-14 12:52:05 +00:00
class="bg-[#fff] flex w-full text-[72px] pa-[13px] shadow-[0_15px_102px_5px_rgba(0,0,0,0.16)] rounded-[41px]"
2025-03-14 09:05:00 +00:00
>
2025-03-14 12:52:05 +00:00
<div
class="w-4/10 text-[#10263E] font-semibold"
:ref="
(el) => {
moveRefs[4].value = el;
}
"
>
2025-03-14 10:37:36 +00:00
<div
2025-03-14 12:52:05 +00:00
class="bg-[#fff] my-[13px] ml-[13px] px-[51px] py-[72px] min-h-[274px]"
2025-03-14 10:37:36 +00:00
></div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
利润报告
</div>
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
收益报告
</div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
财报电话会议
</div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
10-Q/10-K
</div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
年度报告
</div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
年度会议
</div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
特别股东大会
</div>
2025-03-14 12:52:05 +00:00
<div
class="bg-[#F8F9FF] my-[13px] ml-[13px] px-[51px] py-[72px] truncate"
>
2025-03-14 10:37:36 +00:00
委托书
</div>
</div>
<div
2025-03-14 12:52:05 +00:00
class="w-6/10 font-normal text-[#9F9F9F] year-content-animation"
2025-03-14 10:37:36 +00:00
ref="yearContent"
@mouseenter="pauseYearInterval"
@mouseleave="resumeYearInterval"
@touchstart="handleTouchStart"
@touchend="handleTouchEnd"
@touchmove="handleTouchMove"
@mousedown="handleMouseDown"
@mouseup="handleMouseUp"
@mousemove="handleMouseMove"
>
<div
2025-03-14 12:52:05 +00:00
class="color-[#fff] ma-[13px] px-[51px] py-[72px] font-semibold text-[82px]"
2025-03-14 10:37:36 +00:00
:class="
state.activeYear === 2021
? 'bg-[#6520FA]'
: state.activeYear === 2022
? 'bg-[#8B59F7]'
: 'bg-[#C6ACFF]'
"
>
<div v-if="!isAnimating">{{ state.activeYear }}</div>
<div v-else>&nbsp;</div>
</div>
<div
2025-03-14 12:52:05 +00:00
class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px] flex justify-between"
2025-03-15 06:18:47 +00:00
> <div
:class="calcQLinkClass('Earnings Release', 'Q1')"
@click="handleQClick('Earnings Release', 'Q1')"
>
Q1
</div>
<div
:class="calcQLinkClass('Earnings Release', 'Q2')"
@click="handleQClick('Earnings Release', 'Q2')"
>
Q2
</div>
<div
:class="calcQLinkClass('Earnings Release', 'Q3')"
@click="handleQClick('Earnings Release', 'Q3')"
>
Q3
</div>
<div
:class="calcQLinkClass('Earnings Release', 'Q4')"
@click="handleQClick('Earnings Release', 'Q4')"
>
Q4
</div>
2025-03-14 10:37:36 +00:00
</div>
<div
2025-03-14 12:52:05 +00:00
class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px] flex justify-between"
2025-03-14 10:37:36 +00:00
>
2025-03-15 06:18:47 +00:00
<div
:class="calcQLinkClass('Earnings Presentation', 'Q1')"
@click="handleQClick('Earnings Presentation', 'Q1')"
>
Q1
</div>
<div
:class="calcQLinkClass('Earnings Presentation', 'Q2')"
@click="handleQClick('Earnings Presentation', 'Q2')"
>
Q2
</div>
<div
:class="calcQLinkClass('Earnings Presentation', 'Q3')"
@click="handleQClick('Earnings Presentation', 'Q3')"
>
Q3
</div>
<div
:class="calcQLinkClass('Earnings Presentation', 'Q4')"
@click="handleQClick('Earnings Presentation', 'Q4')"
>
Q4
</div>
2025-03-14 10:37:36 +00:00
</div>
<div
2025-03-14 12:52:05 +00:00
class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px] flex justify-between"
2025-03-14 10:37:36 +00:00
>
2025-03-15 06:18:47 +00:00
<div
:class="calcQLinkClass('Earnings Call', 'Q1')"
@click="handleQClick('Earnings Call', 'Q1')"
>
Q1
</div>
<div
:class="calcQLinkClass('Earnings Call', 'Q2')"
@click="handleQClick('Earnings Call', 'Q2')"
>
Q2
</div>
<div
:class="calcQLinkClass('Earnings Call', 'Q3')"
@click="handleQClick('Earnings Call', 'Q3')"
>
Q3
</div>
<div
:class="calcQLinkClass('Earnings Call', 'Q4')"
@click="handleQClick('Earnings Call', 'Q4')"
>
Q4
</div>
2025-03-14 10:37:36 +00:00
</div>
<div
2025-03-14 12:52:05 +00:00
class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px] flex justify-between"
2025-03-14 10:37:36 +00:00
>
2025-03-15 06:18:47 +00:00
<div
:class="calcQLinkClass('10-Q/10-K', 'Q1')"
@click="handleQClick('10-Q/10-K', 'Q1')"
>
Q1
</div>
<div
:class="calcQLinkClass('10-Q/10-K', 'Q2')"
@click="handleQClick('10-Q/10-K', 'Q2')"
>
Q2
</div>
<div
:class="calcQLinkClass('10-Q/10-K', 'Q3')"
@click="handleQClick('10-Q/10-K', 'Q3')"
>
Q3
</div>
<div
:class="calcQLinkClass('10-Q/10-K', 'Q4')"
@click="handleQClick('10-Q/10-K', 'Q4')"
>
Q4
</div>
2025-03-14 10:37:36 +00:00
</div>
2025-03-15 06:18:47 +00:00
<div class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px]"
:class="calcYLinkClass('Annual Report')"
@click="handleYClick('Annual Report')">
2025-03-14 12:52:05 +00:00
<div>{{ state.activeYear }}</div>
</div>
2025-03-15 06:18:47 +00:00
<div class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px]"
:class="calcYLinkClass('Annual Meeting')"
@click="handleYClick('Annual Meeting')">
2025-03-14 10:37:36 +00:00
<div>{{ state.activeYear }}</div>
</div>
2025-03-15 06:18:47 +00:00
<div class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px]"
:class="calcYLinkClass('Special Shareholder Meeting')"
@click="handleYClick('Special Shareholder Meeting')">
2025-03-14 10:37:36 +00:00
<div>{{ state.activeYear }}</div>
</div>
2025-03-15 06:18:47 +00:00
<div class="bg-[#F8F9FF] ma-[13px] px-[51px] py-[72px]"
:class="calcYLinkClass('Proxy Statement')"
@click="handleYClick('Proxy Statement')">
2025-03-14 10:37:36 +00:00
<div>{{ state.activeYear }}</div>
</div>
</div>
2025-03-14 09:05:00 +00:00
</div>
</div>
2025-03-14 10:37:36 +00:00
<div
2025-03-14 12:52:05 +00:00
class="bg-[#8B59F7] mb-[384px] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center"
2025-03-14 10:37:36 +00:00
@click="handlePageLink('/investorhandbook')"
2025-03-14 12:52:05 +00:00
:ref="
(el) => {
moveRefs[5].value = el;
}
"
2025-03-14 10:37:36 +00:00
>
投资者沟通指南
2025-03-14 09:05:00 +00:00
<img
2025-03-14 12:52:05 +00:00
class="w-[23px] h-[43px] ml-[87px]"
src="@/assets/image/investor/375/icon-r-o.png"
2025-03-14 09:05:00 +00:00
/>
</div>
</div>
</section>
2025-03-14 12:52:05 +00:00
<section class="section-four h-[4562px] color-[#D1D1D1] text-[72px]">
2025-03-14 09:05:00 +00:00
<div class="flex flex-wrap justify-center">
2025-03-14 12:52:05 +00:00
<div class="w-full px-[184px] mt-[222px]">
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
2025-03-14 09:05:00 +00:00
</div>
<div
2025-03-14 12:52:05 +00:00
class="w-full title mt-[102px] mb-[145px] px-[184px] color-[#D1D1D1]"
:ref="
(el) => {
moveRefs[6].value = el;
}
"
2025-03-14 09:05:00 +00:00
>
2025-03-14 10:37:36 +00:00
<div>行情走势</div>
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 10:37:36 +00:00
2025-03-14 12:52:05 +00:00
<div
class="w-full px-[184px] mb-[118px] color-[#D1D1D1]"
:ref="
(el) => {
moveRefs[7].value = el;
}
"
>
2025-03-14 10:37:36 +00:00
SEC文件是提交给美国证券交易委员会SEC的文件上市公司和某些内部人士必须定期向美国证券交易委员会提交文件这些文件可以通过美国证券交易委员会的在线数据库获得
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full px-[184px] mb-[118px] color-[#D1D1D1]"
:ref="
(el) => {
moveRefs[8].value = el;
}
"
>
2025-03-14 10:37:36 +00:00
通过在下面进行选择您将离开Minim网站Minim对您可以通过此网站访问的任何其他网站不作任何陈述当您访问非Minim网站时即使是可能包含Minim徽标的网站请理解它独立于MinimMinim无法控制该网站上的内容此外链接到非Minim网站并不意味着Minim认可或接受对该网站的内容或使用的任何责任
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div
class="px-[184px] mb-[287px] flex flex-start w-full"
:ref="
(el) => {
moveRefs[9].value = el;
}
"
>
2025-03-14 09:05:00 +00:00
<div
2025-03-14 12:52:05 +00:00
class="bg-[#8B59F7] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center"
2025-03-14 10:37:36 +00:00
@click="
handleLink(
2025-03-15 06:18:47 +00:00
'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001467761&owner=include&count=40&hidefilings=0'
2025-03-14 10:37:36 +00:00
)
2025-03-14 09:05:00 +00:00
"
>
2025-03-14 10:37:36 +00:00
查看所有SEC文件
<img
2025-03-14 12:52:05 +00:00
class="w-[47px] h-[87px] ml-[87px]"
src="@/assets/image/investor/375/icon-r-o.png"
2025-03-14 10:37:36 +00:00
/>
2025-03-14 09:05:00 +00:00
</div>
</div>
2025-03-14 10:37:36 +00:00
2025-03-14 12:52:05 +00:00
<div
class="overflow-hidden z-4 relative"
:ref="
(el) => {
moveRefs[10].value = el;
}
"
>
2025-03-14 09:05:00 +00:00
<img
2025-03-14 12:52:05 +00:00
class="w-[1810px] h-[1326px]"
src="@/assets/image/investor/375/imageshow-6.png"
2025-03-14 09:05:00 +00:00
/>
</div>
</div>
</section>
2025-03-14 10:37:36 +00:00
<section>
2025-03-14 09:05:00 +00:00
<div class="flex flex-wrap justify-center">
2025-03-14 12:52:05 +00:00
<div class="w-full px-[184px] mt-[222px]">
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
2025-03-14 09:05:00 +00:00
</div>
<div
2025-03-14 12:52:05 +00:00
class="w-full title mt-[102px] px-[184px]"
:ref="
(el) => {
moveRefs[11].value = el;
}
"
2025-03-14 09:05:00 +00:00
>
2025-03-14 12:52:05 +00:00
<div>董事会</div>
</div>
<div class="w-full flex flex-wrap mt-[140px] mb-[389px] px-[102px]">
<div
class="w-full h-[886px] div-bg3 flex flex-wrap"
:ref="
(el) => {
moveRefs[12].value = el;
}
"
>
<div class="text-[92px] text-[#fff] font-semibold truncate">
2025-03-14 10:37:36 +00:00
帕特里克·里瓦德
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full text-[72px] text-[#EBEBEB] tracking-[4px] truncate"
>
2025-03-14 10:37:36 +00:00
董事会董事
</div>
2025-03-14 12:52:05 +00:00
<div class="w-full text-[72px] text-[#EBEBEB] truncate">
2025-03-14 10:37:36 +00:00
美国财富保护公司合伙人兼首席财务官
</div>
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full h-[886px] div-bg4 flex flex-wrap mt-[154px]"
:ref="
(el) => {
moveRefs[13].value = el;
}
"
>
<div class="text-[92px] text-[#10253E] font-semibold truncate">
2025-03-14 10:37:36 +00:00
安德鲁·帕帕尼科劳
2025-03-14 09:05:00 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full text-[72px] text-[#455363] tracking-[4px] truncate"
>
2025-03-14 10:37:36 +00:00
董事会董事
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full text-[72px] text-[#455363] tracking-[4px] truncate"
>
2025-03-14 10:37:36 +00:00
雷神公司财务经理
2025-03-14 09:05:00 +00:00
</div>
</div>
</div>
2025-03-14 10:37:36 +00:00
</div>
</section>
<section class="bg-[#F8F9FF]">
<div class="flex flex-wrap justify-center">
2025-03-14 12:52:05 +00:00
<div class="w-full px-[184px] mt-[369px]">
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
2025-03-14 10:37:36 +00:00
</div>
2025-03-14 12:52:05 +00:00
<div
class="w-full title mt-[102px] px-[184px]"
:ref="
(el) => {
moveRefs[14].value = el;
}
"
>
2025-03-14 10:37:36 +00:00
<div>治理多样性和委员会章程</div>
</div>
2025-03-14 12:52:05 +00:00
<div class="w-full flex flex-wrap mt-[159px] mb-[246px] px-[184px]">
2025-03-14 09:05:00 +00:00
<div
2025-03-14 10:37:36 +00:00
v-for="item in state.linkArr"
:key="item.title"
2025-03-14 12:52:05 +00:00
class="w-full bg-[#fff] pl-[26px] rounded-[20px] mt-[61px] before-line"
2025-03-14 09:05:00 +00:00
>
<div
2025-03-14 12:52:05 +00:00
class="w-full flex items-center justify-between px-[56px] py-[46px] font-semibold text-[72px] tracking-[4px] truncate"
2025-03-14 10:37:36 +00:00
@click="handleLink(item.link)"
2025-03-14 09:05:00 +00:00
>
2025-03-14 10:37:36 +00:00
{{ item.title }}
<img
2025-03-14 12:52:05 +00:00
class="w-[37px] h-[69px]"
src="@/assets/image/investor/375/icon-r.png"
2025-03-14 10:37:36 +00:00
/>
2025-03-14 09:05:00 +00:00
</div>
</div>
</div>
</div>
</section>
<section
style="background: #fff"
className="flex flex-wrap justify-center"
>
<img
2025-03-14 12:52:05 +00:00
class="w-[891px] h-[87px] mt-[61px] mb-[56px]"
2025-03-14 09:05:00 +00:00
src="@/assets/image/image-footer.png"
alt="logo"
/>
</section>
</main>
</div>
</template>
<script setup>
import { NDivider } from "naive-ui";
import { onUnmounted, ref, onMounted, reactive, watch, nextTick } from "vue";
import gsap from "gsap";
import { ScrollTrigger } from "gsap/ScrollTrigger";
2025-03-14 10:37:36 +00:00
import AppHeader from "@/components/AppHeader/index.vue";
2025-03-14 09:05:00 +00:00
import { useTransitionComposable } from "@/composables/transition-composable";
2025-03-14 10:37:36 +00:00
2025-03-14 09:05:00 +00:00
// 定义组件的自定义事件
defineEmits(["sendCode"]);
// 注册 ScrollTrigger 插件
gsap.registerPlugin(ScrollTrigger);
2025-03-14 10:37:36 +00:00
import { useI18n } from "vue-i18n";
const { t } = useI18n();
2025-03-14 09:05:00 +00:00
const { transitionState } = useTransitionComposable();
const moveRefs = ref(
2025-03-14 10:37:36 +00:00
Array(27)
2025-03-14 09:05:00 +00:00
.fill(null)
.map(() => ref(null))
);
let ctx;
// 导入图片
2025-03-14 12:52:05 +00:00
import imageshow1 from "@/assets/image/investor/375/imageshow-1.png";
import imageshow2 from "@/assets/image/investor/375/imageshow-2.png";
import imageshow3 from "@/assets/image/investor/375/imageshow-3.png";
2025-03-14 09:05:00 +00:00
const state = reactive({
marqueeArr: [
{
2025-03-14 10:37:36 +00:00
title: "最新财务",
subTitle: "2022年第四季度和2022年全年收益结果",
date: "2023年3月29日",
link: "收益公布",
imgUrl: imageshow1,
2025-03-15 06:18:47 +00:00
linkUrl: "https://spaces.hightail.com/receive/RpIYgWf2p0",
2025-03-14 10:37:36 +00:00
},
{
title: "最近的事件",
subTitle: "Minim宣布与e2Companies达成合并协议",
date: "2024年3月13日",
link: "合并协议-新闻稿最终稿2024年12月3日",
imgUrl: imageshow2,
2025-03-15 06:18:47 +00:00
linkUrl:
"https://hello.minim.co/hubfs/Merger%20Agreement%20-%20Press%20Release%20Final%203-12-2024.pdf?hsLang=en",
2025-03-14 10:37:36 +00:00
},
{
title: "股票报价",
subTitle: "TradingView的MINM报价",
link: "MINM报价",
imgUrl: imageshow3,
2025-03-15 06:18:47 +00:00
linkUrl:
"https://www.tradingview.com/symbols/NASDAQ-MINM/?utm_campaign=single-quote&utm_medium=widget_new&utm_source=ir.minim.com",
2025-03-14 10:37:36 +00:00
},
],
2025-03-15 06:18:47 +00:00
qLink: {
"Earnings Release": {
2021: {
Q1: "https://hello.minim.com/hubfs/docs/MINM-Q1-2021-Earnings-Release.pdf?hsLang=en",
Q2: "https://finance.yahoo.com/news/minim-reports-accelerating-revenue-growth-113000630.html",
Q3: "https://www.globenewswire.com/en/news-release/2021/11/02/2325230/0/en/Minim-Reports-Revenue-Growth-of-25.html",
Q4: "https://hello.minim.com/hubfs/docs/MINM-Q4-2021-Earnings-Release.pdf?hsLang=en",
},
2022: {
Q1: "https://hello.minim.com/hubfs/docs/MINM-Q1-2022-Earnings-Results.pdf?hsLang=en",
Q2: "https://hello.minim.com/hubfs/docs/MINM-Q2-2022-Earnings-Results.pdf?hsLang=en",
Q3: "https://finance.yahoo.com/news/minim-reports-third-quarter-2022-123000213.html",
Q4: "https://hello.minim.co/hubfs/docs/MINM-Q4-FY22-Earnings-Results.pdf?hsLang=en",
},
},
"Earnings Presentation": {
2021: {
Q1: "https://hello.minim.com/hubfs/docs/Minim-Q12021-Earnings-Presentation.pdf?hsLang=en",
Q2: "https://hello.minim.com/hubfs/docs/Minim-Q22021-Earnings-Presentation-v1.pdf?hsLang=en",
Q3: "https://hello.minim.com/hubfs/docs/Minim-Q3-2021-Earnings-Presentation.pdf?hsLang=en",
Q4: "https://hello.minim.com/hubfs/docs/MINM-Q4-2021-Earnings-Presentation.pdf?hsLang=en",
},
2022: {
Q1: "https://hello.minim.com/hubfs/docs/MINM-Q1-2022-Earnings-Presentation.pdf?hsLang=en",
Q2: "https://hello.minim.com/hubfs/docs/MINM-Q2-2022-Earnings-Presentation.pdf?hsLang=en",
Q3: "https://hello.minim.com/hubfs/docs/MINM-Q3-2022-Earnings-Presentation.pdf?hsLang=en",
},
},
"Earnings Call": {
2021: {
Q1: "https://hello.minim.com/hubfs/docs/Minim-Q1-2021-EarningsCall.mp3?hsLang=en",
Q2: "https://hello.minim.com/hubfs/docs/MINM-Q2-2021-EarningsCall.mp3?hsLang=en",
Q3: "https://hello.minim.com/hubfs/docs/MINM-Q3-2021-EarningsCall.mp3?hsLang=en",
Q4: "https://hello.minim.com/hubfs/docs/MINM-Q4-2021-EarningsCall.mp3?hsLang=en",
},
2022: {
Q1: "https://hello.minim.com/hubfs/docs/MINM-Q1-2022-EarningsCall.mp3?hsLang=en",
Q2: "https://hello.minim.com/hubfs/docs/MINM-Q2-2022-EarningsCall.mp3?hsLang=en",
Q3: "https://hello.minim.com/hubfs/docs/MINM-Q3-2022-EarningsCall.mp3?hsLang=en",
},
},
"10-Q/10-K": {
2021: {
Q1: "https://hello.minim.com/hubfs/docs/MINM-Q1-2021-10Q-Filing.pdf?hsLang=en",
Q2: "https://hello.minim.com/hubfs/docs/MINM-Q2-2021-10Q-Filing.pdf?hsLang=en",
Q3: "https://hello.minim.com/hubfs/docs/MINM-Q3-2021-10Q-Filing.pdf?hsLang=en",
Q4: "https://hello.minim.com/hubfs/docs/MINM-2021-10KA-Filing.pdf?hsLang=en",
},
2022: {
Q1: "https://hello.minim.com/hubfs/docs/MINM-Q1-2022-10QA-Filing.pdf?hsLang=en",
Q2: "https://hello.minim.co/hubfs/docs/MINM-Q2-2022-10Q-Filing.pdf?hsLang=en",
Q3: "https://hello.minim.co/hubfs/docs/MINM-Q3-2022-10Q-Filing.pdf?hsLang=en",
Q4: "https://hello.minim.co/hubfs/docs/MINM-2022-10K-Filing.pdf?hsLang=en",
},
},
},
yLink: {
"Annual Report": {
2021: "https://hello.minim.com/hubfs/docs/MINM-2021-Annual-Report-Restated.pdf?hsLang=en",
2022: "https://hello.minim.co/hubfs/docs/MINM-2022-Annual-Report.pdf?hsLang=en",
},
"Annual Meeting": {
2021: "https://hello.minim.com/hubfs/investor/Minim-2021-Annual-Meeting.mp4?hsLang=en",
2022: "https://east.virtualshareholdermeeting.com/vsm/web?pvskey=MINM2022",
},
"Special Shareholder Meeting": {
2023: "https://central.virtualshareholdermeeting.com/vsm/web?pvskey=MINM2023SM",
},
"Proxy Statement": {
2021: "https://hello.minim.com/hubfs/docs/MINM-2021-Proxy-Statement.pdf?hsLang=en",
2022: "https://hello.minim.com/hubfs/docs/MINM-2022-Proxy-Statement.pdf?hsLang=en",
},
},
2025-03-14 10:37:36 +00:00
linkArr: [
{
title: "高级财务人员道德守则",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Code-of-Ethics-for-Senior-Financial-Officers_Jan-2022.pdf?hsLang=en",
2025-03-14 10:37:36 +00:00
},
{
title: "冲突矿产声明",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.co/hubfs/docs/MINM-Conflict-Mineral-Report-FY22.pdf?hsLang=en",
2025-03-14 10:37:36 +00:00
},
{
title: "道德和商业行为准则",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Code-of-Ethics-and-Business-Conduct_Jan-2022.pdf?hsLang=en",
2025-03-14 10:37:36 +00:00
},
{
title: "审计委员会章程",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Audit-Committe-Charter_Jan-2021.pdf?hsLang=en",
2025-03-14 09:05:00 +00:00
},
{
2025-03-14 10:37:36 +00:00
title: "举报人政策",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Whistleblower-Policy_Jan-2022.pdf?hsLang=en",
2025-03-14 09:05:00 +00:00
},
{
2025-03-14 10:37:36 +00:00
title: "薪酬委员会章程",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Compensation-Committee-Charter_Oct-2022.pdf?hsLang=en",
2025-03-14 09:05:00 +00:00
},
{
2025-03-14 10:37:36 +00:00
title: "关联方交易政策",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Related-Party-Transactions-Policy_Jan-2022.pdf?hsLang=en",
2025-03-14 09:05:00 +00:00
},
{
2025-03-14 10:37:36 +00:00
title: "提名和治理委员会章程",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.com/hubfs/docs/MINM-Nominating-and-Governance-Committee-Charter_%20Jan-2021.pdf?hsLang=en",
2025-03-14 10:37:36 +00:00
},
{
title: "2022年多样性矩阵",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.co/hubfs/2022%20Diversity%20Matrix.pdf?hsLang=en",
2025-03-14 10:37:36 +00:00
},
{
title: "2023年多样性矩阵",
2025-03-15 06:18:47 +00:00
link: "https://hello.minim.co/hubfs/2023%20Diversity%20Matrxi.pdf?hsLang=en",
2025-03-14 09:05:00 +00:00
},
],
2025-03-14 10:37:36 +00:00
activeYear: 2023,
2025-03-14 09:05:00 +00:00
});
2025-03-14 10:37:36 +00:00
// 添加年份内容区域的引用
const yearContent = ref(null);
// 添加动画状态控制变量
const isAnimating = ref(false);
// 添加滑动方向变量
const slideDirection = ref("left"); // 默认向左滑动
// 添加当前年份索引
const currentYearIndex = ref(0);
const yearArray = [2021, 2022, 2023];
// 添加触摸和鼠标事件相关变量
const isPaused = ref(false);
const touchStartX = ref(0);
const mouseStartX = ref(0);
const isMouseDown = ref(false);
let interval = null;
let pauseTimeout = null;
// 根据滑动方向创建动画并在完成后更新年份
const animateYearChange = (direction, targetYear) => {
if (!yearContent.value) return;
// 设置动画状态为进行中
isAnimating.value = true;
const tl = gsap.timeline();
if (direction === "left") {
// 向左滑动效果:从右向左
tl.to(yearContent.value, {
opacity: 0,
x: -50,
duration: 0.3,
ease: "power2.inOut",
})
.set(yearContent.value, {
x: 50,
})
.add(() => {
// 在动画中间点更新年份值
state.activeYear = targetYear;
})
.to(yearContent.value, {
opacity: 1,
x: 0,
duration: 0.3,
ease: "power2.out",
onComplete: () => {
// 动画完成后,设置动画状态为完成
isAnimating.value = false;
},
});
} else {
// 向右滑动效果:从左向右
tl.to(yearContent.value, {
opacity: 0,
x: 50,
duration: 0.3,
ease: "power2.inOut",
})
.set(yearContent.value, {
x: -50,
})
.add(() => {
// 在动画中间点更新年份值
state.activeYear = targetYear;
})
.to(yearContent.value, {
opacity: 1,
x: 0,
duration: 0.3,
ease: "power2.out",
onComplete: () => {
// 动画完成后,设置动画状态为完成
isAnimating.value = false;
},
});
}
2025-03-14 09:05:00 +00:00
};
2025-03-14 10:37:36 +00:00
// 开始年份切换定时器
const startYearInterval = () => {
if (interval) clearInterval(interval);
interval = setInterval(() => {
if (!isPaused.value) {
nextYear();
}
2025-03-15 06:18:47 +00:00
}, 5000);
2025-03-14 10:37:36 +00:00
};
2025-03-14 09:05:00 +00:00
2025-03-14 10:37:36 +00:00
// 切换到下一个年份
const nextYear = () => {
slideDirection.value = "left"; // 设置滑动方向为左滑
const nextIndex = (currentYearIndex.value + 1) % yearArray.length;
const nextYearValue = yearArray[nextIndex];
2025-03-14 09:05:00 +00:00
2025-03-14 10:37:36 +00:00
// 先执行动画,动画完成后会更新 activeYear
animateYearChange("left", nextYearValue);
2025-03-14 09:05:00 +00:00
2025-03-14 10:37:36 +00:00
// 更新索引
currentYearIndex.value = nextIndex;
};
// 切换到上一个年份
const prevYear = () => {
slideDirection.value = "right"; // 设置滑动方向为右滑
const prevIndex =
(currentYearIndex.value - 1 + yearArray.length) % yearArray.length;
const prevYearValue = yearArray[prevIndex];
// 先执行动画,动画完成后会更新 activeYear
animateYearChange("right", prevYearValue);
// 更新索引
currentYearIndex.value = prevIndex;
};
// 暂停年份切换
const pauseYearInterval = () => {
isPaused.value = true;
};
// 恢复年份切换
const resumeYearInterval = () => {
isPaused.value = false;
};
// 暂停一段时间后恢复
const pauseForDuration = (duration = 3000) => {
pauseYearInterval();
// 清除之前的定时器(如果存在)
if (pauseTimeout) {
clearTimeout(pauseTimeout);
2025-03-14 09:05:00 +00:00
}
2025-03-14 10:37:36 +00:00
// 设置新的定时器
pauseTimeout = setTimeout(() => {
resumeYearInterval();
}, duration);
2025-03-14 09:05:00 +00:00
};
2025-03-14 10:37:36 +00:00
// 处理触摸开始事件
const handleTouchStart = (event) => {
pauseYearInterval();
touchStartX.value = event.touches[0].clientX;
};
// 处理触摸结束事件
const handleTouchEnd = () => {
// 不立即恢复,而是等待一段时间
// resumeYearInterval();
};
// 处理触摸移动事件
const handleTouchMove = (event) => {
if (touchStartX.value === 0) return;
const touchEndX = event.touches[0].clientX;
const diffX = touchEndX - touchStartX.value;
// 如果滑动距离足够大,切换年份
if (Math.abs(diffX) > 50) {
if (diffX < 0) {
// 向左滑动,下一年
slideDirection.value = "left";
nextYear();
} else {
// 向右滑动,上一年
slideDirection.value = "right";
prevYear();
}
touchStartX.value = 0; // 重置起始位置,防止连续触发
// 滑动切换后暂停一段时间
pauseForDuration();
2025-03-14 09:05:00 +00:00
}
};
2025-03-14 10:37:36 +00:00
// 处理鼠标按下事件
const handleMouseDown = (event) => {
isMouseDown.value = true;
mouseStartX.value = event.clientX;
pauseYearInterval();
};
// 处理鼠标抬起事件
const handleMouseUp = () => {
isMouseDown.value = false;
// 不立即恢复,等待一段时间后恢复
// resumeYearInterval();
};
// 处理鼠标移动事件
const handleMouseMove = (event) => {
if (!isMouseDown.value || mouseStartX.value === 0) return;
const mouseEndX = event.clientX;
const diffX = mouseEndX - mouseStartX.value;
// 如果滑动距离足够大,切换年份
if (Math.abs(diffX) > 50) {
if (diffX < 0) {
// 向左滑动,下一年
slideDirection.value = "left";
nextYear();
} else {
// 向右滑动,上一年
slideDirection.value = "right";
prevYear();
}
mouseStartX.value = 0; // 重置起始位置,防止连续触发
// 滑动切换后暂停一段时间
pauseForDuration();
}
};
// 启动年份切换定时器
startYearInterval();
const carouselTrack = ref(null);
let carouselAnimation = null; // 存储 GSAP 动画实例
const getVisibleItems = () => {
const items = state.marqueeArr;
// 复制两组用于无缝滚动
return [...items, ...items];
};
2025-03-14 09:05:00 +00:00
// 监听窗口大小变化
onMounted(() => {
ctx = gsap.context(() => {
moveRefs.value.forEach((moveRef, index) => {
if (moveRef.value) {
// 修改初始状态设置
gsap.set(moveRef.value, {
opacity: 0,
// 使用 translateX 替代 x并且初始位置设置在元素自身宽度范围内
transform: `translateX(${index % 2 === 0 ? "-100%" : "100%"})`,
// 添加 overflow: hidden 确保不会影响布局
overflow: "hidden",
});
// 修改动画设置
gsap.to(moveRef.value, {
opacity: 1,
transform: "translateX(0)", // 使用 transform 替代 x
duration: 1.2,
ease: "power2.out",
scrollTrigger: {
trigger: moveRef.value,
start: "top 80%",
end: "top 40%",
toggleActions: "play none none reverse",
markers: false,
},
});
}
});
2025-03-14 10:37:36 +00:00
// 初始化轮播动画
nextTick(() => {
if (carouselTrack.value) {
const firstItem = carouselTrack.value.querySelector(".carousel-item");
if (!firstItem) return;
const itemWidth = firstItem.offsetWidth;
const itemMargin = parseInt(
window.getComputedStyle(firstItem).marginRight
);
const slideWidth = itemWidth + itemMargin;
const totalWidth = slideWidth * state.marqueeArr.length;
// 创建无限滚动动画
carouselAnimation = gsap.to(carouselTrack.value, {
x: -totalWidth,
duration: 20,
ease: "none",
repeat: -1,
onRepeat: () => {
gsap.set(carouselTrack.value, { x: 0 });
},
});
}
});
2025-03-14 09:05:00 +00:00
});
});
onUnmounted(() => {
if (ctx) {
ctx.revert();
}
ScrollTrigger.killAll();
2025-03-14 10:37:36 +00:00
if (carouselAnimation) {
carouselAnimation.kill();
}
if (interval) {
clearInterval(interval);
}
if (pauseTimeout) {
clearTimeout(pauseTimeout);
}
2025-03-14 09:05:00 +00:00
});
2025-03-14 10:37:36 +00:00
import { useRouter } from "vue-router";
const router = useRouter();
2025-03-14 09:05:00 +00:00
const goToSection = (i) => {
ctx.data.forEach((e) => {
if (e.vars && e.vars.id === "scrollTween") {
e.kill();
}
});
ctx.add(() => {
scrollTween = gsap.to(window, {
scrollTo: { y: i * window.innerHeight, autoKill: false },
duration: 1,
id: "scrollTween",
onComplete: () => (scrollTween = null),
overwrite: true,
});
});
};
2025-03-14 10:37:36 +00:00
const handleLink = (url) => {
window.open(url);
2025-03-14 09:05:00 +00:00
};
2025-03-14 10:37:36 +00:00
const handlePageLink = (link) => {
router.push(link);
2025-03-14 09:05:00 +00:00
};
2025-03-14 10:37:36 +00:00
// 添加轮播动画暂停和恢复函数
const pauseCarouselAnimation = () => {
if (carouselAnimation) {
carouselAnimation.pause();
2025-03-14 09:05:00 +00:00
}
};
2025-03-14 10:37:36 +00:00
const resumeCarouselAnimation = () => {
if (carouselAnimation) {
carouselAnimation.play();
2025-03-14 09:05:00 +00:00
}
};
2025-03-15 06:18:47 +00:00
const handleQClick = (type, subType) => {
if (state.qLink?.[type]?.[state.activeYear]?.[subType]) {
window.open(state.qLink[type][state.activeYear][subType]);
}
};
const handleYClick = (type) => {
if (state.yLink?.[type]?.[state.activeYear]) {
window.open(state.yLink[type][state.activeYear]);
}
};
const calcQLinkClass = (type, subType) => {
if (state.qLink?.[type]?.[state.activeYear]?.[subType]) {
return "link-Q";
}
return "";
};
const calcYLinkClass = (type) => {
if (state.yLink?.[type]?.[state.activeYear]) {
return "link-Y";
}
return "";
};
2025-03-14 09:05:00 +00:00
</script>
<style scoped lang="scss">
.page-container {
width: 100%;
overflow-x: hidden;
position: relative;
}
.title {
2025-03-14 12:52:05 +00:00
font-size: 123px;
2025-03-14 09:05:00 +00:00
font-weight: 600;
}
2025-03-14 10:37:36 +00:00
2025-03-14 09:05:00 +00:00
.section-first {
2025-03-14 10:37:36 +00:00
width: 100%;
2025-03-14 12:52:05 +00:00
background-image: url("@/assets/image/investor/375/bg-1.png");
2025-03-14 09:05:00 +00:00
background-size: cover;
2025-03-14 12:52:05 +00:00
background-position: center;
2025-03-14 09:05:00 +00:00
background-repeat: no-repeat;
}
.section-four {
2025-03-14 12:52:05 +00:00
background: url("@/assets/image/investor/375/bg-2.png");
2025-03-14 09:05:00 +00:00
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
2025-03-14 10:37:36 +00:00
.div-bg3 {
2025-03-14 12:52:05 +00:00
background: url("@/assets/image/investor/375/bg-3.png");
2025-03-14 10:37:36 +00:00
background-size: contain;
background-position: center;
background-repeat: no-repeat;
2025-03-14 12:52:05 +00:00
padding: 0px 92px 102px 92px;
2025-03-14 10:37:36 +00:00
align-content: end;
box-shadow: 0 20px 41px 10px rgba(0, 0, 0, 0.16);
2025-03-14 12:52:05 +00:00
border-radius: 66px;
2025-03-14 10:37:36 +00:00
}
.div-bg4 {
2025-03-14 12:52:05 +00:00
background: url("@/assets/image/investor/375/bg-4.png");
2025-03-14 10:37:36 +00:00
background-size: contain;
background-position: center;
background-repeat: no-repeat;
2025-03-14 12:52:05 +00:00
padding: 0px 92px 102px 92px;
2025-03-14 10:37:36 +00:00
align-content: end;
box-shadow: 0 10px 41px 5px rgba(0, 0, 0, 0.16);
2025-03-14 12:52:05 +00:00
border-radius: 66px;
2025-03-14 10:37:36 +00:00
}
2025-03-14 09:05:00 +00:00
.icon-langmul {
position: absolute;
2025-03-14 10:37:36 +00:00
bottom: -80px;
2025-03-14 09:05:00 +00:00
right: 0;
}
.carousel-container {
width: 96%;
2025-03-14 10:37:36 +00:00
overflow: hidden;
2025-03-14 09:05:00 +00:00
position: relative;
}
.arrow-btn {
cursor: pointer;
}
.carousel-track {
display: flex;
will-change: transform;
cursor: grab;
user-select: none;
&:active {
cursor: grabbing;
}
}
.carousel-item {
2025-03-14 12:52:05 +00:00
width: 1680px;
2025-03-14 09:05:00 +00:00
flex: 0 0 auto;
2025-03-14 10:37:36 +00:00
display: block; // 改为 block 布局
2025-03-14 12:52:05 +00:00
padding: 46px 36px 174px 51px;
border-radius: 61px;
box-shadow: 0 15px 75px 5px rgba(0, 0, 0, 0.16);
2025-03-14 09:05:00 +00:00
}
.carousel-image {
2025-03-14 12:52:05 +00:00
width: 100%;
height: 1152px;
2025-03-14 09:05:00 +00:00
object-fit: cover;
display: block;
}
.carousel-content {
2025-03-14 12:52:05 +00:00
padding: 0 20px 0 123px;
2025-03-14 10:37:36 +00:00
margin-top: 38px;
2025-03-14 09:05:00 +00:00
}
.carousel-title {
2025-03-14 12:52:05 +00:00
font-size: 92px;
2025-03-14 09:05:00 +00:00
font-weight: 500;
2025-03-14 10:37:36 +00:00
margin-top: 48px;
2025-03-14 09:05:00 +00:00
}
.carousel-subtitle {
2025-03-14 12:52:05 +00:00
margin-top: 72px;
2025-03-14 09:05:00 +00:00
color: #455363;
2025-03-14 12:52:05 +00:00
font-size: 72px;
2025-03-14 10:37:36 +00:00
}
.carousel-link {
2025-03-14 12:52:05 +00:00
margin-top: 51px;
2025-03-14 10:37:36 +00:00
color: #8b59fa;
2025-03-14 12:52:05 +00:00
font-size: 72px;
2025-03-14 09:05:00 +00:00
}
// 添加一个通用的溢出控制类
.overflow-hidden {
overflow: hidden;
}
.divider1 {
position: absolute;
z-index: 3;
2025-03-14 12:52:05 +00:00
left: 64px;
2025-03-14 09:05:00 +00:00
width: 1px;
height: 100%;
background-color: rgba(230, 234, 238, 0.5) !important;
}
.divider5 {
position: absolute;
z-index: 3;
2025-03-14 12:52:05 +00:00
right: 64px;
2025-03-14 09:05:00 +00:00
width: 1px;
height: 100%;
background-color: rgba(230, 234, 238, 0.5) !important;
}
2025-03-14 10:37:36 +00:00
.line-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-height: calc(1.5em * 2);
2025-03-14 09:05:00 +00:00
}
2025-03-14 10:37:36 +00:00
.before-line {
2025-03-14 09:05:00 +00:00
position: relative;
2025-03-14 10:37:36 +00:00
&::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
2025-03-14 12:52:05 +00:00
width: 26px;
2025-03-14 10:37:36 +00:00
height: 100%;
background: #c6acff;
2025-03-14 12:52:05 +00:00
border-radius: 41px 0 0 41px;
2025-03-14 10:37:36 +00:00
}
2025-03-14 09:05:00 +00:00
}
2025-03-14 10:37:36 +00:00
// 添加过渡样式
.year-content-animation {
position: relative;
will-change: transform, opacity;
2025-03-14 09:05:00 +00:00
}
2025-03-15 06:18:47 +00:00
.link-Q {
color: #036c85;
}
.link-Y {
color: #036c85;
}
2025-03-14 09:05:00 +00:00
</style>