We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
@chaorwin 不同时使用,Swiper所在界面就放一个普通的输入框,触碰这个框后跳转到wsSearchView所在的页面:
1)Swiper所在界面就放一个普通的输入框
<view class="weui-search-bar"> <view class="weui-search-bar__form"> <view class="weui-search-bar__box"> <icon class="weui-icon-search_in-box" type="search" size="14"></icon> <input type="text" class="weui-search-bar__input" disabled='true' placeholder="搜索城市天气" bindtap="wxSearchTab"/> </view> </view> </view>
2)点击跳转:
// 搜索入口 wxSearchTab: function () { wx.redirectTo({ url: '../search/search' }) }
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: