搜索页面(receiveCenter.wxss)
<view class="search">
<view class="search_arlet">
<icon class="searchcion" size='15' type='search'></icon>
<input type='text' disabled placeholder="门点、港区搜索" value="{
{store}}" bindtap='searchInput'/>
</view>
</view>

跳转到新建搜索页面
data:{
store:''//新建搜索页面传递过来的值
}
// 搜索
searchInput:function(){
var that = this
wx.navigateTo({
url: baseUrl + api.pageUrl.SEARCH_PAGE_URL + '?id=' + this.data.store
})
},
新建搜索页面search.wxml
<view class="search">
<view class="search_arlet">
<icon class="searchcion" size='15' type='search'></icon>
<input class="text" focus="{
{name_focus}}" placeholder="门点、港区搜索" data-store="{
{inputValue}}" value="{
{