You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

12 lines
738 B

<view class="title-box{{transparent==1?' bg-box':''}}" style="height:{{isScene==1?'0':(height)}}rpx;">
<view class="title-header" style="padding-top:{{top}}rpx">
<icon bindtap="back" class="iconfont icon-fanhui1"></icon>
<view class="search-box" style="margin-right:{{left}}rpx">
<picker bindchange="bindPickerChange" value="{{cityIndex}}" range="{{cities}}">
<view class="city-area">{{cities[cityIndex]}}</view>
</picker>
<icon class="iconfont icon-sousuo"></icon>
<input bindfocus="inputFocus" placeholder-class="{{transparent==1?'phcolor':''}}" bindinput="searchInput" bindconfirm="search" class="weui-input" placeholder="搜索想要的文旅产品和服务" />
</view>
</view>
</view>