| | |
| | | <view class="top_left_content">
|
| | | <text>{{item.name}}</text>
|
| | | <view class="top_left_content_time">
|
| | | <image src="@/static/icon/ic_time@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/ic_time@2x.png" mode="widthFix"></image>
|
| | | <text>{{item.startTime}}-{{item.endTime}}</text>
|
| | | </view>
|
| | | </view>
|
| | |
| | |
|
| | | <view class="manage_list" v-else>
|
| | | <view class="manage_list_wu">
|
| | | <image src="@/static/common/364.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/common/364.png" mode="widthFix"></image>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | |
| | | qrurl: '',
|
| | | id: '',
|
| | | pageShow: false,
|
| | | icon: require('@/static/common/123.png') |
| | | icon: require('@/static/meeting/common/123.png')
|
| | | }; |
| | | },
|
| | | onLoad() {
|