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
cf711d41
Commit
cf711d41
authored
Dec 02, 2019
by
haozhenhua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hzh
parent
093ab494
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
7 deletions
+29
-7
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/entry/public/js/index.js
+2
-1
igirl-web/app/front/vues/pages/declare/declare.html
+1
-1
igirl-web/app/front/vues/pages/declare/declare.js
+8
-1
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.html
+1
-1
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.js
+7
-0
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.html
+1
-1
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.js
+9
-2
igirl-web/app/front/vues/pages/recommen/recommen.js
+0
-0
No files found.
igirl-web/app/front/entry/public/css/pagecom.css
View file @
cf711d41
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/entry/public/js/index.js
View file @
cf711d41
...
...
@@ -1408,7 +1408,8 @@ var app = new Vue({
if
(
k
==
"declare"
)
{
this
.
pushx
({
title
:
"政策资讯"
,
name
:
"/declare"
name
:
"/declare"
,
params
:
{
name
:
'申报通知'
}
});
}
if
(
k
==
"policybigdata"
)
{
...
...
igirl-web/app/front/vues/pages/declare/declare.html
View file @
cf711d41
...
...
@@ -179,7 +179,7 @@
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<el-carousel-item
v-for=
"item in loopplays"
style=
"height:100%;cursor: pointer;"
>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
></div>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
@
click=
"payClick()"
></div>
</el-carousel-item>
</el-carousel>
</div>
...
...
igirl-web/app/front/vues/pages/declare/declare.js
View file @
cf711d41
...
...
@@ -495,7 +495,14 @@
}).
catch
(
function
(
e
)
{
console
.
log
(
`操作失败,请刷新页面后重新操作`
);
});
}
},
payClick
(){
console
.
log
(
1231231231232
);
this
.
$root
.
pushx
({
title
:
"政策订阅"
,
name
:
"/subscription"
});
}
},
mounted
:
function
()
{
$
(
"#footer"
).
show
();
...
...
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.html
View file @
cf711d41
...
...
@@ -43,7 +43,7 @@
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<el-carousel-item
v-for=
"item in loopplays"
style=
"height:100%;cursor: pointer;"
>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
></div>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
@
click=
"payClick()"
></div>
</el-carousel-item>
</el-carousel>
</div>
...
...
igirl-web/app/front/vues/pages/managementmeasures/managementmeasures.js
View file @
cf711d41
...
...
@@ -493,6 +493,13 @@
}).
catch
(
function
(
e
)
{
console
.
log
(
`操作失败,请刷新页面后重新操作`
);
});
},
payClick
(){
console
.
log
(
1231231231232
);
this
.
$root
.
pushx
({
title
:
"政策订阅"
,
name
:
"/subscription"
});
}
},
mounted
:
function
()
{
...
...
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.html
View file @
cf711d41
...
...
@@ -174,7 +174,7 @@
<div
class=
"shuju2"
style=
"margin-left: 19px;"
>
<el-carousel
:interval=
"5000"
arrow=
"never"
height=
"200px"
>
<el-carousel-item
v-for=
"item in loopplays"
style=
"height:100%;cursor: pointer;"
>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
></div>
<div
class=
"el_gsb_img"
:style=
"\'background: url(\' + item.leftimg + \') center center no-repeat;\'"
@
click=
"payClick()"
></div>
</el-carousel-item>
</el-carousel>
</div>
...
...
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.js
View file @
cf711d41
...
...
@@ -494,6 +494,13 @@
}).
catch
(
function
(
e
)
{
console
.
log
(
`操作失败,请刷新页面后重新操作`
);
});
},
payClick
(){
console
.
log
(
1231231231232
);
this
.
$root
.
pushx
({
title
:
"政策订阅"
,
name
:
"/subscription"
});
}
},
mounted
:
function
()
{
...
...
@@ -504,8 +511,8 @@
this
.
areaName
=
localStorage
.
getItem
(
"areaName"
);
this
.
zcPost
();
this
.
zccompanyPost
();
console
.
log
(
this
.
$route
.
query
.
name
,
'======================'
);
if
(
this
.
$route
.
query
.
name
!=
""
)
{
console
.
log
(
this
.
$route
.
query
.
name
,
'======================'
);
if
(
this
.
$route
.
query
.
name
!=
""
)
{
this
.
quanbu
=
this
.
$route
.
query
.
name
;
}
},
...
...
igirl-web/app/front/vues/pages/recommen/recommen.js
View file @
cf711d41
This diff is collapsed.
Click to expand it.
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