Commit 4deb2ccd by 宋毅

tj

parent eadc2ad7
...@@ -132,25 +132,25 @@ ...@@ -132,25 +132,25 @@
<div class="colorPieceModel backColorModel" :style="item.oneIconUrl || bgcArr[index]"> <div class="colorPieceModel backColorModel" :style="item.oneIconUrl || bgcArr[index]">
<img style="width:100%;height:100%" src="/imgs/normal/springz0.png" alt=""> <img style="width:100%;height:100%" src="/imgs/normal/springz0.png" alt="">
<div class="colorPieceModel-top"> <div class="colorPieceModel-top">
<div class="name">知识产权</div> <div class="name">政策申报</div>
<div class="text">全面保护企业创新成果</div> <div class="text">助力双创发展,享受配套政策和资金扶持</div>
</div> </div>
<div class="colorPieceModel-bottom" <div class="colorPieceModel-bottom"
style="background: url(\'/imgs/normal/spicon1.png\') no-repeat;background-size: 100% 100%""> style="background: url(\'/imgs/normal/spicon1.png\') no-repeat;background-size: 100% 100%"">
<div class=" colorPieceModel-bottom_items"> <div class=" colorPieceModel-bottom_items">
<div style="float: left;">商标自助服务</div> <!-- <div style="float: left;">商标自助服务</div>
<div style="float: right;">专家辅助注册</div> <div style="float: right;">专家辅助注册</div> -->
</div> </div>
<div class="colorPieceModel-bottom_items"> <div class="colorPieceModel-bottom_items">
<div style="float: left;">商标无效</div> <!-- <div style="float: left;">商标无效</div>
<div style="float: right;">商标担保注册</div> <div style="float: right;">商标担保注册</div> -->
</div> </div>
</div> </div>
</div> </div>
<div class="normal_carousel_top" style="background-color:#ffff;"> <div class="normal_carousel_top" style="background-color:#ffff;">
<div :class="nctKey == 0 ? \'nc_top_pitch\' : \'\'" @click="nctKey = 0">商标服务</div> <div :class="nctKey == 0 ? \'nc_top_pitch\' : \'\'" @click="nctKey = 0">热门申报</div>
<div :class="nctKey == 1 ? \'nc_top_pitch\' : \'\'" @click="nctKey = 1">专利服务</div> <div :class="nctKey == 1 ? \'nc_top_pitch\' : \'\'" @click="nctKey = 1">政策咨询</div>
<div :class="nctKey == 2 ? \'nc_top_pitch\' : \'\'" @click="nctKey = 2">版权服务</div> <div :class="nctKey == 2 ? \'nc_top_pitch\' : \'\'" @click="nctKey = 2">税收减免</div>
</div> </div>
<div <div
style="position: relative;float:left;width:970px;height:408px;border-radius: 8px;margin-left:10px;overflow: hidden;padding: 10px;box-sizing: border-box;background-color: #fff"> style="position: relative;float:left;width:970px;height:408px;border-radius: 8px;margin-left:10px;overflow: hidden;padding: 10px;box-sizing: border-box;background-color: #fff">
......
...@@ -82,23 +82,23 @@ ...@@ -82,23 +82,23 @@
}, },
exhibitionArr: [ exhibitionArr: [
{ {
name: '公司注册', name: '高新企业认定',
text: '最快1天递交,限时特惠,部分地区低至68元', text: '享百万财政补贴,减免40%所得税',
icon: '/imgs/normal/exIcon1.png', icon: '/imgs/normal/exIcon1.png',
img: 'background: url(\'/imgs/normal/exback1.png\') no-repeat;', img: 'background: url(\'/imgs/normal/exback1.png\') no-repeat;',
path: '/servicedetails?servicedetails?isDirectJump=1&sdsId=272' path: '/servicedetails?isDirectJump=1&sdsId=411'
}, { }, {
name: '商标注册', name: '双软评估',
text: '快速递交商标局,全程线上流程,实时查询申请', text: '享政策税收优惠,增值税即征即退',
icon: '/imgs/normal/exIcon2.png', icon: '/imgs/normal/exIcon2.png',
img: 'background: url(\'/imgs/normal/exback2.png\') no-repeat;', img: 'background: url(\'/imgs/normal/exback2.png\') no-repeat;',
path: '/selftmreg?itemCode=zzsbzc' path: '/servicedetails?isDirectJump=1&sdsId=2683'
}, { }, {
name: '代理记账', name: '研发费用加计扣除',
text: '财务处理、税务申报、编制报表,公司账目一目了然', text: '减税捷径,加速创新',
icon: '/imgs/normal/exIcon3.png', icon: '/imgs/normal/exIcon3.png',
img: 'background: url(\'/imgs/normal/exback3.png\') no-repeat;', img: 'background: url(\'/imgs/normal/exback3.png\') no-repeat;',
path: '/servicedetails?isDirectJump=1&sdsId=334' path: '/servicedetails?isDirectJump=1&sdsId=2687'
} }
], ],
bgcArr: [ bgcArr: [
...@@ -605,7 +605,7 @@ ...@@ -605,7 +605,7 @@
params: { itemCode: 'zzsbzc' } params: { itemCode: 'zzsbzc' }
}); });
} else { } else {
window.open(window.location.href.split("#")[0] + "#" + item.path) window.open(window.location.href.split("?")[0] + "#" + item.path)
/*this.$root.pushx({ /*this.$root.pushx({
title: item.name, title: item.name,
name: item.path name: item.path
...@@ -616,10 +616,10 @@ ...@@ -616,10 +616,10 @@
} }
}, },
companyRegistered() { companyRegistered() {
window.open(window.location.href.split("#")[0] + "#/servicedetails?isDirectJump=1&isModifyTitle=1&sdsId=449") window.open(window.location.href.split("?")[0] + "#/servicedetails?isDirectJump=1&isModifyTitle=1&sdsId=449")
}, },
CommerceDetails(item) { CommerceDetails(item) {
window.open(window.location.href.split("#")[0] + "#" + item.path) window.open(window.location.href.split("?")[0] + "#" + item.path)
}, },
searchResult() { searchResult() {
if (this.summerTabs == 2) { if (this.summerTabs == 2) {
......
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