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
a667e52f
Commit
a667e52f
authored
Jan 08, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'igirl-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-web
parents
61f1774a
733f14cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.html
+3
-1
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
+6
-3
No files found.
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.html
View file @
a667e52f
...
...
@@ -19,7 +19,9 @@
</div>
<div
style=
"margin-top: 10px;"
></div>
<div
class=
"policy-input-value"
>
<el-input
style=
"width:100%"
v-model=
"state2"
placeholder=
"输入您要查询的关键字"
></el-input>
<div>
<el-input
style=
"width:100%"
v-model=
"state2"
:placeholder=
"placeholderValue"
></el-input>
</div>
<transition
name=
"el-zoom-in-top"
>
<div
class=
"inquire-lists"
v-show=
"show2"
>
<div
class=
"top"
></div>
...
...
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
View file @
a667e52f
...
...
@@ -36,7 +36,8 @@
],
activeClass
:
0
,
resouclass
:
0
,
type
:
"政策查询"
type
:
"政策查询"
,
placeholderValue
:
"请输入关键字进行查询"
}
},
mounted
:
function
(){
...
...
@@ -224,9 +225,11 @@
getItme
(
index
)
{
this
.
activeClass
=
index
;
if
(
index
==
0
){
this
.
type
=
"政策查询"
this
.
type
=
"政策查询"
,
this
.
placeholderValue
=
"请输入关键字进行查询"
}
else
{
this
.
type
=
"政策推荐"
this
.
type
=
"政策推荐"
,
this
.
placeholderValue
=
"请输入公司名称进行查询"
}
},
resouItem
(
item
)
{
...
...
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