Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
4deb2ccd
Commit
4deb2ccd
authored
Dec 01, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
eadc2ad7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
igirl-web/app/front/vues/pages/moreservice/policyShop/moreservice.html
+9
-9
igirl-web/app/front/vues/pages/moreservice/policyShop/moreservice.js
+12
-12
No files found.
igirl-web/app/front/vues/pages/moreservice/policyShop/moreservice.html
View file @
4deb2ccd
...
...
@@ -132,25 +132,25 @@
<div
class=
"colorPieceModel backColorModel"
:style=
"item.oneIconUrl || bgcArr[index]"
>
<img
style=
"width:100%;height:100%"
src=
"/imgs/normal/springz0.png"
alt=
""
>
<div
class=
"colorPieceModel-top"
>
<div
class=
"name"
>
知识产权
</div>
<div
class=
"text"
>
全面保护企业创新成果
</div>
<div
class=
"name"
>
政策申报
</div>
<div
class=
"text"
>
助力双创发展,享受配套政策和资金扶持
</div>
</div>
<div
class=
"colorPieceModel-bottom"
style=
"background: url(\'/imgs/normal/spicon1.png\') no-repeat;background-size: 100% 100%"
"
>
<div
class=
" colorPieceModel-bottom_items"
>
<div
style=
"float: left;"
>
商标自助服务
</div>
<div
style=
"float: right;"
>
专家辅助注册
</div>
<
!-- <
div style="float: left;">商标自助服务</div>
<div style="float: right;">专家辅助注册</div>
-->
</div>
<div
class=
"colorPieceModel-bottom_items"
>
<div
style=
"float: left;"
>
商标无效
</div>
<div
style=
"float: right;"
>
商标担保注册
</div>
<
!-- <
div style="float: left;">商标无效</div>
<div style="float: right;">商标担保注册</div>
-->
</div>
</div>
</div>
<div
class=
"normal_carousel_top"
style=
"background-color:#ffff;"
>
<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 == 2 ? \'nc_top_pitch\' : \'\'"
@
click=
"nctKey = 2"
>
版权服务
</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 == 2 ? \'nc_top_pitch\' : \'\'"
@
click=
"nctKey = 2"
>
税收减免
</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"
>
...
...
igirl-web/app/front/vues/pages/moreservice/policyShop/moreservice.js
View file @
4deb2ccd
...
...
@@ -82,23 +82,23 @@
},
exhibitionArr
:
[
{
name
:
'
公司注册
'
,
text
:
'
最快1天递交,限时特惠,部分地区低至68元
'
,
name
:
'
高新企业认定
'
,
text
:
'
享百万财政补贴,减免40%所得税
'
,
icon
:
'/imgs/normal/exIcon1.png'
,
img
:
'background: url(
\'
/imgs/normal/exback1.png
\'
) no-repeat;'
,
path
:
'/servicedetails?
servicedetails?isDirectJump=1&sdsId=272
'
path
:
'/servicedetails?
isDirectJump=1&sdsId=411
'
},
{
name
:
'
商标注册
'
,
text
:
'
快速递交商标局,全程线上流程,实时查询申请
'
,
name
:
'
双软评估
'
,
text
:
'
享政策税收优惠,增值税即征即退
'
,
icon
:
'/imgs/normal/exIcon2.png'
,
img
:
'background: url(
\'
/imgs/normal/exback2.png
\'
) no-repeat;'
,
path
:
'/se
lftmreg?itemCode=zzsbzc
'
path
:
'/se
rvicedetails?isDirectJump=1&sdsId=2683
'
},
{
name
:
'
代理记账
'
,
text
:
'
财务处理、税务申报、编制报表,公司账目一目了然
'
,
name
:
'
研发费用加计扣除
'
,
text
:
'
减税捷径,加速创新
'
,
icon
:
'/imgs/normal/exIcon3.png'
,
img
:
'background: url(
\'
/imgs/normal/exback3.png
\'
) no-repeat;'
,
path
:
'/servicedetails?isDirectJump=1&sdsId=
334
'
path
:
'/servicedetails?isDirectJump=1&sdsId=
2687
'
}
],
bgcArr
:
[
...
...
@@ -605,7 +605,7 @@
params
:
{
itemCode
:
'zzsbzc'
}
});
}
else
{
window
.
open
(
window
.
location
.
href
.
split
(
"
#
"
)[
0
]
+
"#"
+
item
.
path
)
window
.
open
(
window
.
location
.
href
.
split
(
"
?
"
)[
0
]
+
"#"
+
item
.
path
)
/*this.$root.pushx({
title: item.name,
name: item.path
...
...
@@ -616,10 +616,10 @@
}
},
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
)
{
window
.
open
(
window
.
location
.
href
.
split
(
"
#
"
)[
0
]
+
"#"
+
item
.
path
)
window
.
open
(
window
.
location
.
href
.
split
(
"
?
"
)[
0
]
+
"#"
+
item
.
path
)
},
searchResult
()
{
if
(
this
.
summerTabs
==
2
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment