mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
1
This commit is contained in:
parent
98f1711736
commit
0f3142081b
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {},
|
"usingComponents": {
|
||||||
|
"van-tab": "@vant/weapp/tab/index",
|
||||||
|
"van-tabs": "@vant/weapp/tabs/index"
|
||||||
|
},
|
||||||
"navigationBarTitleText": "会议预约记录",
|
"navigationBarTitleText": "会议预约记录",
|
||||||
"onReachBottomDistance": 100
|
"onReachBottomDistance": 100
|
||||||
}
|
}
|
@ -1,4 +1,6 @@
|
|||||||
<view class="containerView public">
|
<view class="containerView public">
|
||||||
|
<van-tabs bind:click="onClick">
|
||||||
|
<van-tab title="预约记录">
|
||||||
<view class="itemView" wx:for="{{dataList}}" wx:for-item="item" wx:key="*this">
|
<view class="itemView" wx:for="{{dataList}}" wx:for-item="item" wx:key="*this">
|
||||||
<view class="headView">
|
<view class="headView">
|
||||||
<view class="number">{{item.reservationNumber}}</view>
|
<view class="number">{{item.reservationNumber}}</view>
|
||||||
@ -25,6 +27,13 @@
|
|||||||
<view class="btn" bind:tap="jumpMeetingDetail" data-id="{{item.id}}">查看详情</view>
|
<view class="btn" bind:tap="jumpMeetingDetail" data-id="{{item.id}}">查看详情</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</van-tab>
|
||||||
|
<van-tab title="参与记录">
|
||||||
|
|
||||||
|
</van-tab>
|
||||||
|
</van-tabs>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
Loading…
x
Reference in New Issue
Block a user