- <mobile-main frameStyle="{{frameStyle}}" bind:back="back" bind:tabPath="tabPath">
- <view slot="info" class="container main">
- <view class="zero one">
- <view>
- <button type="primary" bindtap="toAdd">添加赛程</button>
- </view>
- </view>
- <view class="zero two">
- 列表
- </view>
- </view>
- </mobile-main>
|