Commit 733f14cd by huangjing

hj

parent 5ff529c8
...@@ -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>
......
...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment