12345678910111213141516171819202122 |
- <mobile-main frameStyle="{{frameStyle}}" bind:back="back" bind:tabPath="tabPath">
- <view slot="info" class="container main">
- <view class="one">
- <van-search value="{{ searchInfo.name }}" input-align="center" bind:search="onSearch" placeholder="请输入要查询的话题讨论" />
- </view>
- <!-- <view class="two">
- <view class="two_1">
- <view class="section">
- <picker mode="time" value="{{time}}" start="09:01" end="21:01" bindchange="bindTimeChange">
- <view class="picker">
- <text> 全部时间
- <van-iconname="arrow-down" />
- </text>
- {{time}}
- </view>
- </picker>
- </view>
- </view>
- <view class="two_1"></view>
- </view> -->
- </view>
- </mobile-main>
|