index.wxml 957 B

12345678910111213141516171819202122
  1. <mobile-main frameStyle="{{frameStyle}}" bind:back="back" bind:tabPath="tabPath">
  2. <view slot="info" class="container main">
  3. <view class="one">
  4. <van-search value="{{ searchInfo.name }}" input-align="center" bind:search="onSearch" placeholder="请输入要查询的话题讨论" />
  5. </view>
  6. <!-- <view class="two">
  7. <view class="two_1">
  8. <view class="section">
  9. <picker mode="time" value="{{time}}" start="09:01" end="21:01" bindchange="bindTimeChange">
  10. <view class="picker">
  11. <text> 全部时间
  12. <van-iconname="arrow-down" />
  13. </text>
  14. {{time}}
  15. </view>
  16. </picker>
  17. </view>
  18. </view>
  19. <view class="two_1"></view>
  20. </view> -->
  21. </view>
  22. </mobile-main>