index.wxml 438 B

12345678910111213
  1. <mobile-main frameStyle="{{frameStyle}}" bind:tabPath="tabPath">
  2. <view slot="info" class="main" style="height:{{infoHeight}}px;">
  3. <view class="two">
  4. <van-search v-model="value" placeholder="搜索团队名称" />
  5. </view>
  6. <view class="thr">
  7. <image src="{{src}}" class="images"></image>
  8. </view>
  9. <view class="four">
  10. <text class="th">暂未任何团队发布</text>
  11. </view>
  12. </view>
  13. </mobile-main>