Commit 24db949c authored by anxixi's avatar anxixi

静态页面修改

parent 334777f3
......@@ -551,12 +551,14 @@ module.exports = {
//关于我们信息
aboutwe: {
aboutwetitle: 'About Us',
contentp:'TechBook is affiliated with Techcode',
contentp1: 'TechBook is a Techcode product, providing instant matchmaking platform for global tech startups to establish innovation partnerships with large corporates and break into the China market effectively. At TechBook, we help innovations create real value.',
contentp2: '',
contentp3: 'TechBook focuses on global technology innovations such as AloT, robotics, AR/VR, new energy, and large corporates with clear interests in technology innovations. Through big data and machine learning, it can match supply and demand constantly and efficiently, help high-quality technology startups gain exposure in front of the corporates. After the online matchmaking process, TechCode will leverage its global incubator network to arrange offline in-depth conversations and provide frequent follow-ups. Through TechBook, we hope tech startups will scale up quickly by partnering with large corporates, and large corporates can find frontier innovations and stay competitive.',
contentp4: 'Techcode was founded in 2015. As a global innovation service operator, Techcode focuses on helping technology startups scale up, and integrating global innovation resources. Incubator and accelerator operations are core services ofTechcode.Techcode provide startups with comprehensive services including pre-incubation, incubation to acceleration. Based on its own characteristics & advantages, Techcode develops 3 featured services: Global Unicorn Center, B2B Tech Partnership Platform, Techcode Investment Fund.',
contentp5: 'Based on its own global network & advantages, Techcode helps numerous startups achieve high growth since 2015.',
contentp6: '',
conimg:'Business License'
},
//消息管理
......
......@@ -548,12 +548,14 @@ module.exports = {
//关于我们信息
aboutwe: {
aboutwetitle: '关于我们',
contentp:'TechBook隶属于太库科技创业发展有限公司',
contentp1: 'TechBook是太库旗下科创项目与大企业需求即时对接合作平台。以“让科技创新成为生产力”为使命。',
contentp2: '',
contentp3: '聚焦全球AloT、机器人、AVR、新能源等前沿行业的科创项目,和国内各行业具有明确技术创新和技术合作的大企业。通过大数据分析,高效智能地帮助用户在线匹配需求,快速定位合作伙伴,帮助优质技术与产品链高频次接触,并安排线下详细深度的会谈和专业化服务跟进。促使全球科创项目实现规模化增长和产业落地,帮助大企业获取优质的技术和产品,引领市场。',
contentp4: '太库(Techcode)成立于2015年,是一家专注于科创企业培育和创新资源整合的全球性科创服务机构,以科技为导向,聚焦前沿产业,规模化培育科创企业。核心业务包括:太库孵化器、全球独角兽中心、B2B线上科创合作平台、太库投资基金。',
contentp5: '太库以成为全球科创企业跨越式发展服务商为愿景,四年多以来,利用自身的全球化优势,通过遍布全球的创新网络帮助众多初创企业探索商业模式,实现快速成长。',
contentp6: '',
conimg:'营业执照'
},
//消息管理
......
......@@ -7,7 +7,7 @@
<p><i class="iconfont icon-envelope iconfontem" style="padding-right: 20px"></i><span>{{$t('Otherjson.mailbox')}}:tb@techcode.com</span></p>
<p><i class="iconfont icon-wechat" style="color: #5D78FF;padding-right: 20px"></i><span>{{$t('bottomNav.kfWechat')}}:techbookservice</span></p>
<p><i class="iconfont icon-dingwei" style="color: #5D78FF;padding-right: 20px"></i><span>{{$t('Otherjson.address')}}{{$t('Otherjson.addresstext')}}</span></p>
<div style="margin-top: 30px"><img src="../../assets/img/index/Group 5@2x.png" alt="图片" style="width: 600px;"></div>
<!--<div style="margin-top: 30px"><img src="../../assets/img/index/Group 5@2x.png" alt="图片" style="width: 600px;"></div>-->
</div>
</div>
</template>
......
......@@ -5,6 +5,7 @@
</div>
<div><img src="../../assets/img/index/techbook-LOGO-01@2x.png" alt="图片" style="width: 120px;"></div>
<div style="margin: 30px 155px 20px;text-align: left;">
<p style="margin-bottom: 20px">{{$t("aboutwe.contentp")}}</p>
<p>{{$t("aboutwe.contentp1")}}</p>
<p style="line-height: 25px;margin-top: 20px">{{$t("aboutwe.contentp2")}}</p>
<p style="line-height: 30px">{{$t("aboutwe.contentp3")}}</p>
......@@ -17,7 +18,17 @@
<p style="margin: 40px 0 15px 0">{{$t("aboutwe.contentp4")}}</p>
<p>{{$t("aboutwe.contentp5")}}</p>
<p style="line-height: 30px">{{$t("aboutwe.contentp6")}}</p>
<p @click="visible=true" style="line-height: 30px;color: #5d78ff;cursor: pointer">{{$t("aboutwe.conimg")}}</p>
</div>
<el-dialog
:visible.sync="visible"
width="600px" :show-close="false"
:close-on-click-moda="false"
center>
<div class="centerQrCode">
<img src="../../assets/img/index/Business.png" style="width: 500px;margin-left: 25px" alt="">
</div>
</el-dialog>
</div>
</template>
......@@ -30,6 +41,7 @@
return {
showsd:false,
images:require('../../assets/img/index/aboutuszh.jpg'),
visible:false,
}
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment