- <mobile-main frameStyle="{{frameStyle}}" bind:tabPath="tabPath">
- <view slot="info" class="main" style="height:{{infoHeight}}px;">
- <view class="two">
- <van-search v-model="value" placeholder="搜索团队名称" />
- </view>
- <view class="thr">
- <image src="{{src}}" class="images"></image>
- </view>
- <view class="four">
- <text class="th">暂未任何团队发布</text>
- </view>
- </view>
- </mobile-main>
|