mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
1
This commit is contained in:
parent
a39e60ccf8
commit
32416a068c
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<!-- 参与人员 -->
|
<!-- 参与人员 -->
|
||||||
<view class="otherView">
|
<view class="otherView">
|
||||||
<view class="title">参与人员({{joinPersonList.length}}/{{detail.personNum}})</view>
|
<view class="title">参会人员({{joinPersonList.length}}/{{detail.reservationPersonList.length}})</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="joinView">
|
<view class="joinView">
|
||||||
<view class="joinPersonView" wx:for="{{joinPersonList}}" wx:key="*this">
|
<view class="joinPersonView" wx:for="{{joinPersonList}}" wx:key="*this">
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="cellView">
|
<view class="cellView">
|
||||||
<view class="label">参会人数</view>
|
<view class="label">参会人数</view>
|
||||||
<view class="content">{{detail.personNum}}</view>
|
<view class="content">{{detail.reservationPersonList.length}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cellView">
|
<view class="cellView">
|
||||||
<view class="label">会议预约人</view>
|
<view class="label">会议预约人</view>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<!-- 参与人员 -->
|
<!-- 参与人员 -->
|
||||||
<view class="basicView">
|
<view class="basicView">
|
||||||
<view class="labelTitle leftLineTitle">参与人员({{joinPersonList.length}}/{{detail.personNum}})</view>
|
<view class="labelTitle leftLineTitle">参会人员({{joinPersonList.length}}/{{detail.reservationPersonList.length}})</view>
|
||||||
<view class="cellView borderNone">
|
<view class="cellView borderNone">
|
||||||
<view class="joinView">
|
<view class="joinView">
|
||||||
<view class="joinPersonView" wx:for="{{joinPersonList}}" wx:key="*this">
|
<view class="joinPersonView" wx:for="{{joinPersonList}}" wx:key="*this">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user