Commit feaba037 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents 9aa650cb ef83b74a
......@@ -148,22 +148,32 @@ module.exports = {
},
cooperationCase:{//合作案例
caseOne:{
titleOne:"德国Ibeo与中国亮道智能汽车达成合作",
titleTwo:"德国Ibeo与中国亮道智能汽车达成车载激光雷达方面合作"
},
caseTwo:{
titleOne:"美国Cocoon Cam与中国大华达成合作",
titleTwo:"美国Cocoon Cam与中国浙江大华技术股份有限公司达成智能婴儿监视器技术方面合作"
},
caseThree:{
titleOne:"以色列Gauzy与中国恒鑫晶品达成合作",
titleTwo:"以色列Gauzy与中国恒鑫晶品(北京)科技有限公司达成交互式复合玻璃方面合作"
},
caseFour:{
titleOne:"中国创新奇智与浪潮软件集团达成合作",
titleTwo:"中国创新奇智科技有限公司与浪潮软件集团达成云计算方面合作"
},
datajson:[
{
images:require('../../assets/img/index/Bitmap(4).png'),
pcontent:'以色列Gauzy与中国恒鑫晶品达成合作',
spancontent:'以色列Gauzy与中国恒鑫晶品(北京)科技有限公司达成交互式复合玻璃方面合作',
id:1,
},
{
images:require('../../assets/img/index/yuantech.png'),
pcontent:'中国元晠科技与中国上汽通用成功实现匹配',
spancontent:'中国元晠科技公司与中国上汽通用在照明技术方面成功匹配',
id:2,
},
{
images:require('../../assets/img/index/Bitmap(5).png'),
pcontent:'中国创新奇智与浪潮软件集团成功匹配',
spancontent:'中国创新奇智科技有限公司与浪潮软件集团在云计算方面成功匹配',
id:3,
},
{
images:require('../../assets/img/index/Bitmap(3).png'),
pcontent:'美国Cocoon Cam与中国浙江大华成功匹配',
spancontent:'美国Cocoon Cam与中国浙江大华技术股份有限公司在智能婴儿监视器技术方面成功匹配',
id:4,
}
]
},
drawerInfo:{ //抽屉
......
......@@ -47,7 +47,7 @@
},
handleAboutUs(){
window.open('http://www.techcode.com/about_us.html')
this.$router.push("/aboutwe");
},
handleContactUs(){
......
......@@ -53,8 +53,7 @@
custom-class="userInfo-drawer"
:visible.sync="drawer"
:direction="direction"
:before-close="handleClose"
:wrapperClosable="false">
:before-close="handleClose">
<div class="basic-user-info">
<img src="../../assets/img/index/headerDefault.png" alt="">
<p class="user-name">{{userInfo&&userInfo.empName?userInfo.empName:userInfo.empAccount}}</p>
......@@ -176,11 +175,8 @@
this.$router.push('/login');
}
if(index==5) this.$router.push("/aboutwe");
if(index==3) this.$router.push("/lndustryfocus");
if(index==0) this.$router.push("/");
if(index==4) {
}
if(index==4) this.$router.push("/lndustryfocus");
if(index==1){
this.$router.push("/seeprojectlist");
}else if(index==2){
......@@ -195,15 +191,16 @@
handleTo(type){
if(type==1) {
this.$router.push('/editAuth');
this.drawer = false;
}else if(type==2){
this.$router.push("/usehelpchild");
}else if(type==3){
this.$router.push("/feedbackpage");
}else if(type==4){
this.$router.push("/aboutwechild");
}else if(type==5){
this.$router.push("/contactuschild");
}
this.drawer = false;
},
//切换语言
......
......@@ -77,6 +77,11 @@ export default new Router({
component: resolve => require(['./views/lndustryfocusview/lndustryfocus.vue'], resolve),
meta: {title: '行业聚焦'}
},
{
path: '/textdetails',
component: resolve => require(['./views/lndustryfocusview/textdetails.vue'], resolve),
meta: {title: '行业聚焦详情'}
},
]
},
{
......@@ -224,6 +229,11 @@ export default new Router({
name:"announceDetail",
component:announceDetail
},
{
path: '/feedbackpage',
component: resolve => require(['./views/innovatecompany/feedback/feedbackpage.vue'], resolve),
meta: {title: '意见反馈'}
},
{
path: '/lndustryfocuschild',
component: resolve => require(['./views/lndustryfocusview/lndustryfocuschild.vue'], resolve),
......
......@@ -153,38 +153,17 @@
</div>
<div class="cooperationUl">
<ul>
<li>
<li v-for="item in $t('cooperationCase.datajson')" :key="item.id" @click="$router.push({path:'/textdetails',query:{entid:item.id}})">
<div>
<img src="../../../assets/img/index/Bitmap@2x(2).png" alt="">
<img :src="item.images" alt="">
</div>
<p>{{$t("cooperationCase.caseOne.titleOne")}}</p>
<span>{{$t("cooperationCase.caseOne.titleTwo")}}</span>
</li>
<li>
<div>
<img src="../../../assets/img/index/Bitmap@2x(3).png" alt="">
</div>
<p>{{$t("cooperationCase.caseTwo.titleOne")}}</p>
<span>{{$t("cooperationCase.caseTwo.titleTwo")}}</span>
</li>
<li>
<div>
<img src="../../../assets/img/index/Bitmap@2x(4).png" alt="">
</div>
<p>{{$t("cooperationCase.caseThree.titleOne")}}</p>
<span>{{$t("cooperationCase.caseThree.titleTwo")}}</span>
</li>
<li>
<div>
<img src="../../../assets/img/index/Bitmap@2x(5).png" alt="">
</div>
<p>{{$t("cooperationCase.caseFour.titleOne")}}</p>
<span>{{$t("cooperationCase.caseFour.titleTwo")}}</span>
<p>{{item.pcontent}}</p>
<span>{{item.spancontent}}</span>
</li>
</ul>
</div>
<div class="buttonWrapper">
<div class="lookmoreBtn">
<div class="lookmoreBtn" @click="$router.push('/lndustryfocus')">
{{$t("indexCount.lookMore")}}
</div>
</div>
......
import api from '../../../../api/api';
import Qs from 'qs';
export default {
submit (params){
return api.fetchPost('/business/feedback/submit',params);
},
}
\ No newline at end of file
<template>
<div class="soutform loginedWrapper">
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item>个人中心</el-breadcrumb-item>
<el-breadcrumb-item>意见反馈</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="projectTabadd" style="margin-top: 10px;">
<el-tabs v-model="activeName">
<el-tab-pane label="意见反馈" name="first">
<el-row style="margin-top:50px">
<el-form label-position="right" label-width="180px" :model="formData" :rules="rules" ref="formData">
<el-form-item label="意见类别:" prop="feedbackType">
<el-select style="width: 250px;height: 40px" v-model="formData.feedbackType" placeholder="请选择首选合作方式">
<el-option v-for="item in feedType" :key="item.value" :label="item.name" :value="item.value">
</el-option>
</el-select>
</el-form-item>
<el-form-item label="意见内容:" prop="feedbackContent">
<el-input v-model="formData.feedbackContent" show-word-limit maxlength="500" placeholder="您可填写15-500字 您的建议会让我们变得更好!请注意:如有问题需要咨询或解决,请去常见问题或联系客服,谢谢!" style="width: 450px;" type="textarea" :rows="4"></el-input>
</el-form-item>
<el-form-item label="联系方式:" prop="feedbackContact">
<el-input v-model="formData.feedbackContact" placeholder=" 请输入手机号或邮箱地址" style="width: 450px;" type="text"></el-input>
</el-form-item>
<el-form-item label="" prop="customerCase">
<el-button type="primary" @click="submitform" style="width: 180px;height: 42px;margin: 40px 0 100px 0">提交建议</el-button>
</el-form-item>
</el-form>
</el-row>
</el-tab-pane>
</el-tabs>
</div>
</div>
</template>
<script>
import api from './api/api'
export default {
name : "feedbackpage",
data() {
return {
activeName:'first',
feedType:[
{name:'请选择',value:null},
{name:'功能异常',value:1},
{name:'信息造假',value:2},
{name:'其他',value:3},
],
formData:{},
//校验
rules: {
feedbackType: [{required: true,message: '请选择意见类别',trigger: 'blur'}],
feedbackContent: [{required: true,message: '请选择意见内容',trigger: 'blur'}],
},
}
},
components:{
},
methods: {
submitform(){
this.$refs.formData.validate((valid) => {
if(valid) {
api.submit(this.formData).then(response => {
if(response.code == 0) {
this.formData = {};
} else {
this.$message.error(response.msg);
}
})
.catch(error => {
console.log("提交出错");
return false;
});
}
});
},
}
}
</script>
<style scoped>
</style>
\ No newline at end of file
......@@ -360,7 +360,7 @@
vm.pathfrom = from.path;
if(vm.pathfrom == '/totceldata' || vm.pathfrom == '/setproject'){
vm.pathfrom = '/litemlist';
}else if(vm.pathfrom == '/projectinside' || vm.pathfrom == '/bigBusiness/selfdetail' ||vm.pathfrom == '/contentdetarl' || vm.pathfrom == '/aggregatetab' || vm.pathfrom == '/saleproject/active'){
}else if(vm.pathfrom == '/projectinside'|| vm.pathfrom == '/sale/selflist' || vm.pathfrom == '/bigBusiness/intentiondetail' || vm.pathfrom == '/bigBusiness/selfdetail' ||vm.pathfrom == '/contentdetarl' || vm.pathfrom == '/aggregatetab' || vm.pathfrom == '/saleproject/active'){
vm.pathfrom =from.fullPath;
}
})
......
......@@ -3,7 +3,7 @@
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item>我的工作台</el-breadcrumb-item>
<el-breadcrumb-item>个人认证审核</el-breadcrumb-item>
<el-breadcrumb-item>注册用户管理</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div style="margin-top: 10px">
......
<template>
<div style="padding:60px 0;min-height: 600px;background: #ffffff">
<div v-if="!showsd" style="height: 200px;">
<img src="../../assets/img/index/Bitmap@2x.png" alt="图片" style="width: 100%;height: 200px;">
<p style="margin-top: -150px;font-size: 34px;color: #ffffff">行业聚焦</p>
<p style="margin-top: 20px;font-size: 18px;color: #C8CBE0">聚焦行业领域&nbsp;&nbsp;&nbsp;&nbsp;关注行业动态</p>
<img src="../../assets/img/index/case@2x.png" alt="图片" style="width: 100%;height: 200px;">
<p style="margin-top: -150px;font-size: 34px;color: #ffffff">合作案例</p>
<p style="margin-top: 20px;font-size: 18px;color: #C8CBE0">聚焦合作案例&nbsp;&nbsp;&nbsp;&nbsp;关注合作动态</p>
</div>
<div>
<img @click="imgclk(1)" src="../../assets/img/index/Bitmap@2x(8).png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">
<img @click="imgclk(2)" src="../../assets/img/index/Bitmap@2x (1).png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">
<img @click="imgclk(3)" src="../../assets/img/index/Bitmap Copy@2x.png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">
<img @click="imgclk(4)" src="../../assets/img/index/Bitmap Copy 2@2x.png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">
<div class="divclass">
<div>
<div v-for="(item,index) in datajson" :key="index" @click="$router.push({path:'/textdetails',query:{entid:item.id}})">
<img :src="item.images" alt="图片">
<p>{{item.pcontent}}</p>
<span>{{item.spancontent}}</span>
</div>
</div>
<!--<img @click="imgclk(1)" src="../../assets/img/index/Bitmap@2x(8).png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">-->
<!--<img @click="imgclk(2)" src="../../assets/img/index/Bitmap@2x (1).png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">-->
<!--<img @click="imgclk(3)" src="../../assets/img/index/Bitmap Copy@2x.png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">-->
<!--<img @click="imgclk(4)" src="../../assets/img/index/Bitmap Copy 2@2x.png" alt="图片" style="width: 55%;margin-top: 20px;cursor:pointer;">-->
</div>
</div>
</template>
......@@ -17,6 +25,61 @@
<script>
export default {
name : "lndustryfocus",
data() {
return {
showsd:false,
datajson:[
{
images:require('../../assets/img/index/Bitmap(4).png'),
pcontent:'以色列Gauzy与中国恒鑫晶品达成合作',
spancontent:'以色列Gauzy与中国恒鑫晶品(北京)科技有限公司达成交互式复合玻璃方面合作',
id:1,
},
{
images:require('../../assets/img/index/yuantech.png'),
pcontent:'中国元晠科技与中国上汽通用成功实现匹配',
spancontent:'中国元晠科技公司与中国上汽通用在照明技术方面成功匹配',
id:2,
},
{
images:require('../../assets/img/index/Bitmap(5).png'),
pcontent:'中国创新奇智与浪潮软件集团成功匹配',
spancontent:'中国创新奇智科技有限公司与浪潮软件集团在云计算方面成功匹配',
id:3,
},
{
images:require('../../assets/img/index/Bitmap(3).png'),
pcontent:'美国Cocoon Cam与中国浙江大华成功匹配',
spancontent:'美国Cocoon Cam与中国浙江大华技术股份有限公司在智能婴儿监视器技术方面成功匹配',
id:4,
},
{
images:require('../../assets/img/index/Israel.png'),
pcontent:'中国领先的新材料和化学品初创企业与以色列化工集团(ICL)开展合作',
spancontent:'中国领先的新材料和化学品初创企业与以色列化工集团在农业、工程材料方面开展合作',
id:5,
},
{
images:require('../../assets/img/index/Bitmap(2).png'),
pcontent:'德国Ibeo与中国亮道智能汽车成功匹配',
spancontent:'德国Ibeo与中国亮道智能汽车在车载激光雷达方面成功匹配',
id:6,
},
{
images:require('../../assets/img/index/activescaler.png'),
pcontent:'太库平台企业美国ActiveScaler与中国电装成功匹配',
spancontent:'美国ActiveScaler与电装(中国)投资有限公司在人工智能移动出行方面成功匹配',
id:7,
},
{
images:require('../../assets/img/index/cosmo.png'),
pcontent:'太库平台企业法国Cosmo Connected与米其林成功匹配',
spancontent:'法国Cosmo Connected与米其林在头盔刹车灯方面成功匹配',
id:8,
},
]
}
},
methods:{
imgclk(val){
if(window.localStorage.getItem("userInfo") ==null || window.localStorage.getItem("userInfo") ==undefined){
......@@ -35,11 +98,6 @@
},
},
props:['shows'],
data() {
return {
showsd:false,
}
},
mounted() {
if(this.shows){
this.showsd = true;
......@@ -48,6 +106,46 @@
}
</script>
<style scoped>
<style scoped lang="scss">
.divclass{
width: 80%;
margin: 0px auto 40px;
>div{
display: flex;
flex-wrap:wrap;
>div{
width: calc(25% - 20px);
margin:45px 20px 0 0;
>img{
width: 100%;
height: 150px;
}
>p{
color: #3F3F53;
font-weight: bold;
font-size: 14px;
padding: 17px 20px 0 10px;
text-align: left;
}
>span{
color: #9197B4;
font-size: 12px;
display: inline-block;
padding: 9px 20px 15px 10px;
text-align: left;
line-height: 20px;
}
}
>div:nth-child(4){
margin-right: 0px;
}
>div:nth-child(8){
margin-right: 0px;
}
>div:hover{
cursor: pointer;
box-shadow:0px 0px 5px 0px rgba(0,0,0,.1);
}
}
}
</style>
\ No newline at end of file
<template>
<div style="padding:60px 0;min-height: 600px;background: #ffffff">
<div v-if="!showsd" style="height: 100px;">
<img src="../../assets/img/index/Bitmap@2xchild.png" alt="图片" style="width: 100%;height: 100px;">
<p style="margin-top: -60px;font-size: 14px;color: #C8CBE0">合作案例 / 案例详情</p>
</div>
<div class="divcss">
<p>{{jsoncont.ptitle}}</p>
<img :src="jsoncont.images" alt="图片">
<p>{{jsoncont.spancontent1}}</p>
<p>{{jsoncont.spancontent2}}</p>
</div>
</div>
</template>
<script>
export default {
name : "textdetails",
data() {
return {
showsd:false,
datajson:[
{
images:require('../../assets/img/index/Bitmap(4).png'),
ptitle:'以色列Gauzy与中国恒鑫晶品达成合作',
spancontent1:'Gauzy使用PDLC(聚合物分散液晶)制造LCG(液晶调光玻璃) ,它是以色列黑科技企业,是世界顶级液晶调光膜制造商。',
spancontent2:'Gauzy通过太库平台成功对接中国固安恒鑫晶品(北京)科技有限公司,与其技术融合最终Gauzy与恒鑫晶品共同开发出极具竞争力的交互式复合玻璃产品,双方表示未来他们将继续保持合作,合作共赢。',
id:1,
},
{
images:require('../../assets/img/index/yuantech.png'),
ptitle:'中国元晠科技与中国上汽通用成功实现匹配',
spancontent1:'元晠科技(珠海)有限公司是一家照明领域的高科技公司, 拥有深厚的汽车照明技术积累,在原油的基础上不断创新研发,以比肩国际精工汽车照明制造为目标,不断的提升自身企业价值,现公司拥有技术已涉及汽车照明,内饰灯光氛围,航空船舶等多个领域。',
spancontent2:'元晠科技公司通过太库平台成功对接上汽通用,上汽通用对 元晠科技的车内照明整体模块技术方案与汽车照明LED车灯OEM、ODM方案表示非常关注,达成初步合作意向,为元晠科技后续进军汽车内饰照明打入汽车行业前装市场打下坚实的基础。',
id:2,
},
{
images:require('../../assets/img/index/Bitmap(5).png'),
ptitle:'中国创新奇智与浪潮软件集团成功匹配',
spancontent1:'创新奇智:致力于为企业提供最前沿的 “AI赋能” 解决方案,提升企业商业效率,加速数字化转型。',
spancontent2:'中国创新奇智通过太库平台成功对接中国大型企业浪潮软件集团,就 IaaS,PaaS,SaaS三个层面的云计算,大数据解决方案进行技术沟通,同时成功对接秒秒测科技,就水墨屏幕质检流程展开进一步合作。最终2019年1月,创新奇智宣布完了成总金额逾4亿人民币的A轮和A+轮融资;同时创新奇智荣登i黑马&黑智联合发布的《2019人工智能产业独角兽TOP50》榜单。创新奇智负责人表示感谢Techbook这个平台,加快了我们产品开发速度,同时加速了客户拓展合作,推进了AI商用场景合作落地。',
id:3,
},
{
images:require('../../assets/img/index/Bitmap(3).png'),
ptitle:'美国Cocoon Cam与中国浙江大华成功匹配',
spancontent1:'Cocoon Cam区别于传统可穿戴的智能产品,它是通过与智能手机应用程序同步的运动检测摄像机来收集婴儿的生命体征。可以使用计算机视觉技术,在婴儿离开婴儿床时通过手机应用程序向家长发出警报',
spancontent2:'Cocoon Cam通过太库平台成功亮相2018数博会人工智能全球大赛现场,并成功对接浙江大华技术股份有限公司,浙江大华对Cocoon Cam的智能婴儿监视器技术,其突破性创新、广泛应用场景表示非常感兴趣,他们双方表示将会深度合作,共同开拓国际市场。',
id:4,
},
{
images:require('../../assets/img/index/Israel.png'),
ptitle:'中国领先的新材料和化学品初创企业与以色列化工集团(ICL)开展合作',
spancontent1:'以色列化工集团(ICL)是以色列跨国农业、食品和工程材料公司,ICL在中国虽然拥有业务和研发部门,但为了确保在市场上的竞争力,他们希望能够与中国本地机构共同开展科技创新工作。',
spancontent2:'通过太库平台以色列化工集团与10家中国领先的新材料和化学品初创企业开展合作。太库为以色列化工集团制定了一个全面的开放式创新项目,太库帮助以色列化工集团参与中国本地创新,为其对接行业上下游的初创企业供应商,使得以色列化工集团真正了解到了他们之前可能忽视的中国化工行业未来发展的关键参与者。',
id:5,
},
{
images:require('../../assets/img/index/Bitmap(2).png'),
ptitle:'德国Ibeo与中国亮道智能汽车成功匹配',
spancontent1:'北京亮道智能汽车技术有限公司(以下简称“亮道智能”)是国内领先的L3&L4自动驾驶量产解决方案提供商,专注于自动驾驶环境感知,技术路径基于车载量产激光雷达,深耕激光雷达本土化量产算法研发,以及量产前的环境感知测试验证两个方向。',
spancontent2:'亮道智能通过太库成功对接Ibeo、 Paravan、Objective等自动驾驶核心技术的德国企业,并与他们建立了深度合作伙伴关系,同时于2018年与Ibeo签署协议,在车载激光雷达市场展开深度合作,亮道智能CEO 剧学铭博士表示:“与Ibeo 合作的3年里,我们积累了丰富的激光雷达产品经验,我们期待更进一步合作,加速L3&L4自动驾驶功能在中国汽车市场的落地”。',
id:6,
},
{
images:require('../../assets/img/index/activescaler.png'),
ptitle:'太库平台企业美国ActiveScaler与中国电装成功匹配',
spancontent1:'ActiveScaler是一家初创企业,致力于研发由人工智能驱动的移动出行服务,正在采用AI人工智能技术,开发Managed MaaS(Mobility-as-a-Service移动即服务)系统;',
spancontent2:'太库平台企业ActiveScaler成功对接电装(中国)和住友集团,太库帮助ActiveScaler获得了住友集团和电装的投资,同时帮助 ActiveScaler获得了硅谷最大的私人员工运输公司Bowers Intelligent Transportation的300万美元订单;最终,ActiveScaler的估值从800万美元增至1200万美元。',
id:7,
},
{
images:require('../../assets/img/index/cosmo.png'),
ptitle:'太库平台企业法国Cosmo Connected与米其林成功匹配',
spancontent1:'Cosmo Connected专注于制动灯、转向灯和辅助警报等的智能研发,确保道路人员安全;',
spancontent2:'太库平台企业Cosmo Connected成功对接米其林并达成初步合作意向,最终签署了一份为期4年的许可协议,面向中国和泰国市场推广智能摩托车头盔刹车灯(Cosmo Moto)和自行车头盔刹车灯(Cosmo Bike)。本次合作将为CosmoConnected带来前所未有的机遇。米其林是轮胎行业的领导者,品牌知名度无可争议,双方的合作具有里程碑意义!更重要的是,通过这种全新的安全举措,两者合作可以在全球范围内提高道路交通安全。”',
id:8,
},
],
jsoncont:{
images:'',
ptitle:'',
spancontent1:'',
spancontent2:''
},
}
},
methods:{
},
mounted() {
if(this.$route.query.entid){
for ( let i in this.datajson ) {
if(this.datajson[i].id == this.$route.query.entid){
this.jsoncont = this.datajson[i];
}
}
}
}
}
</script>
<style scoped lang="scss">
.divcss{
width: 50%;
margin: 0 auto 70px;
>p{
margin-top: 40px;
color: #565B79;
font-size: 16px;
line-height: 34px;
text-align: left;
}
>p:nth-child(1){
margin: 60px 0 45px 0;
color: #3F3F53;
font-size: 24px;
font-weight: bold;
text-align: center;
}
>img{
width: 600px;
height: 320px;
padding-bottom: 20px;
}
}
</style>
\ No newline at end of file
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