Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
57e66a90
authored
2021-02-01 18:00:41 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:办事指南
1 parent
3647f73f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
staticJs/businessGuideDeatil.js
staticViews/bszn.html
staticViews/wssq.html
staticJs/businessGuideDeatil.js
View file @
57e66a9
$
(
function
()
{
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'href'
,
GetQueryString
(
'href'
));
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'title'
,
decodeURI
(
GetQueryString
(
'title'
)));
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
text
(
decodeURI
(
GetQueryString
(
'title'
)));
//模板点击下载
downLoad
()
})
...
...
staticViews/bszn.html
View file @
57e66a9
...
...
@@ -98,7 +98,7 @@
<
a
class
=
"onlineProcessing"
data
-
id
=
{{
item
.
bsznListVOS
[
i
].
bsmBszn
}}
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-sm online-processing layui-btn-normal"
>
在线办理
<
/button
>
<
/a
>
<
a
href
=
'
./businessGuide/{{item.bsznListVOS[i].bsmBszn}}.html?href=/staticViews/bszn.html
'
target
=
"_blank"
>
<
a
href
=
'
/staticViews/businessGuide/{{item.bsznListVOS[i].bsmBszn}}.html?href=/staticViews/bszn.html&title=办事指南
'
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary business-guide layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
...
...
@@ -130,7 +130,7 @@
<
a
href
=
"./yyxz.html"
data
-
id
=
{{
item
.
bsznListVOS
[
i
].
bsmBszn
}}
>
<
button
type
=
"button"
class
=
"layui-btn online-processing layui-btn-sm layui-btn-normal"
>
在线办理
<
/button
>
<
/a
>
<
a
href
=
'
./businessGuide/{{item.bsznListVOS[i].bsmBszn}}.html?
title=办事指南'
target
=
"_blank"
>
<
a
href
=
'
/staticViews/businessGuide/{{item.bsznListVOS[i].bsmBszn}}.html?href=/staticViews/bszn.html&
title=办事指南'
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn business-guide layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
<
/div
>
...
...
staticViews/wssq.html
View file @
57e66a9
...
...
@@ -84,7 +84,7 @@
<
p
>
{{
item
.
classifyList
[
i
].
shortName
}}
<
/p
>
<
div
class
=
"button"
>
{{
#
if
(
item
.
classifyList
[
i
].
bsmBszn
){
}}
<
a
href
=
'/staticViews/businessGuide/{{item.classifyList[i].bsmBszn}}.html?href=/staticViews/wssq.html'
class
=
"guide_details"
target
=
"_blank"
>
<
a
href
=
'/staticViews/businessGuide/{{item.classifyList[i].bsmBszn}}.html?href=/staticViews/wssq.html
&title=网上申请
'
class
=
"guide_details"
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
{{
#
}
}}
...
...
@@ -112,7 +112,7 @@
<
p
>
{{
item
.
classifyList
[
i
].
shortName
}}
<
/p
>
<
div
class
=
"button"
>
{{
#
if
(
item
.
classifyList
[
i
].
bsmBszn
){
}}
<
a
href
=
'/staticViews/businessGuide/{{item.classifyList[i].bsmBszn}}.html?href=/staticViews/wssq.html'
class
=
"guide_details"
target
=
"_blank"
>
<
a
href
=
'/staticViews/businessGuide/{{item.classifyList[i].bsmBszn}}.html?href=/staticViews/wssq.html
&title=网上申请
'
class
=
"guide_details"
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-primary layui-btn-sm"
>
办事指南
<
/button
>
<
/a
>
{{
#
}
}}
...
...
Please
register
or
sign in
to post a comment