mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 09:39:38 +08:00
描述:
This commit is contained in:
parent
c835d451db
commit
453a519a09
@ -8,6 +8,7 @@
|
||||
"van-button": "@vant/weapp/button/index",
|
||||
"van-dialog": "@vant/weapp/dialog/index",
|
||||
"van-field": "@vant/weapp/field/index",
|
||||
"van-notify": "@vant/weapp/notify/index"
|
||||
"van-notify": "@vant/weapp/notify/index",
|
||||
"van-divider": "@vant/weapp/divider/index"
|
||||
}
|
||||
}
|
@ -20,6 +20,9 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="loadAllLine" wx:if="{{reservationIsAll}}">
|
||||
<van-divider class="van-divider" customStyle="font-size: 26rpx;" contentPosition="center">数据已全部加载</van-divider>
|
||||
</view>
|
||||
</van-tab>
|
||||
<van-tab title="预约审核" disabled="{{false}}">
|
||||
<view class="itemView" wx:for="{{verifyDataList}}" wx:for-item="item" wx:key="*this" bind:tap="goDetail" data-id="{{item.id}}" data-type="verify">
|
||||
@ -42,6 +45,9 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="loadAllLine" wx:if="{{verifyIsAll}}">
|
||||
<van-divider class="van-divider" customStyle="font-size: 26rpx;" contentPosition="center">数据已全部加载</van-divider>
|
||||
</view>
|
||||
</van-tab>
|
||||
</van-tabs>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
.containerView.public {
|
||||
background: none;
|
||||
height: auto;
|
||||
padding-bottom: 200rpx;
|
||||
padding-bottom: 240rpx;
|
||||
}
|
||||
|
||||
.itemView {
|
||||
|
Loading…
x
Reference in New Issue
Block a user