Commit a667e52f by 王栋源

Merge branch 'igirl-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-web

parents 61f1774a 733f14cd
......@@ -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>
......
......@@ -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) {
......
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