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
733f14cd
Commit
733f14cd
authored
Jan 07, 2020
by
huangjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
5ff529c8
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 @
733f14cd
...
@@ -19,7 +19,9 @@
...
@@ -19,7 +19,9 @@
</div>
</div>
<div
style=
"margin-top: 10px;"
></div>
<div
style=
"margin-top: 10px;"
></div>
<div
class=
"policy-input-value"
>
<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"
>
<transition
name=
"el-zoom-in-top"
>
<div
class=
"inquire-lists"
v-show=
"show2"
>
<div
class=
"inquire-lists"
v-show=
"show2"
>
<div
class=
"top"
></div>
<div
class=
"top"
></div>
...
...
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
View file @
733f14cd
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
],
],
activeClass
:
0
,
activeClass
:
0
,
resouclass
:
0
,
resouclass
:
0
,
type
:
"政策查询"
type
:
"政策查询"
,
placeholderValue
:
"请输入关键字进行查询"
}
}
},
},
mounted
:
function
(){
mounted
:
function
(){
...
@@ -224,9 +225,11 @@
...
@@ -224,9 +225,11 @@
getItme
(
index
)
{
getItme
(
index
)
{
this
.
activeClass
=
index
;
this
.
activeClass
=
index
;
if
(
index
==
0
){
if
(
index
==
0
){
this
.
type
=
"政策查询"
this
.
type
=
"政策查询"
,
this
.
placeholderValue
=
"请输入关键字进行查询"
}
else
{
}
else
{
this
.
type
=
"政策推荐"
this
.
type
=
"政策推荐"
,
this
.
placeholderValue
=
"请输入公司名称进行查询"
}
}
},
},
resouItem
(
item
)
{
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