Commit a546704e authored by zhengke's avatar zhengke

修改

parent 254f272e
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
:active-color="mainColor" bg-color="#FFF" height="80" bar-width="100"></u-tabs> :active-color="mainColor" bg-color="#FFF" height="80" bar-width="100"></u-tabs>
</view> </view>
<view class="Um_Search" v-if="current==0"> <view class="Um_Search" v-if="current==0">
<u-search :show-action="false" @search="init(1)" style="background-color: #fff;" height="70" shape="round" <u-search :show-action="false" @search="init(1)" @change="init(1)" style="background-color: #fff;" height="70" shape="round"
placeholder="请输入昵称" v-model="msg.Name"></u-search> placeholder="请输入昵称" v-model="msg.Name"></u-search>
</view> </view>
<view class="Um_Search" v-if="current==1"> <view class="Um_Search" v-if="current==1">
<u-search :show-action="false" @search="getDistriData(1)" style="background-color: #fff;" height="70" <u-search :show-action="false" @search="getDistriData(1)" @change="getDistriData(1)" style="background-color: #fff;" height="70"
shape="round" placeholder="请输入昵称" v-model="dsMsg.Name"></u-search> shape="round" placeholder="请输入昵称" v-model="dsMsg.Name"></u-search>
</view> </view>
......
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