| | |
| | | <template>
|
| | | <view class="container">
|
| | | <!-- 自定义头部 --> |
| | | <!-- 自定义头部 -->
|
| | | <navigation Title="智能会议室"></navigation>
|
| | | <you-scroll ref="scroll" @onPullDown="onPullDown" @More="More">
|
| | | <!-- 通知公告 -->
|
| | | <view class="container_a" @click="jump">
|
| | | <view class="container_a_left">
|
| | | <image src="@/static/icon/home_ic_notice@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/home_ic_notice@2x.png" mode="widthFix"></image>
|
| | | </view>
|
| | | <view class="container_a_right">
|
| | | <text>{{news.title}}</text>
|
| | |
| | | </view>
|
| | | <view class="container_c_head_right" @click="show = true">
|
| | | <text>{{roomName.length > 10 ? roomName.substring(0, 8) + '...' : roomName}}</text>
|
| | | <image src="@/static/icon/ar_open@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/ar_open@2x.png" mode="widthFix"></image>
|
| | | </view>
|
| | | </view>
|
| | | <view class="container_c_list" v-if="list && list.length > 0">
|
| | |
| | | </view>
|
| | | <view class="container_c_list" v-else>
|
| | | <view class="container_c_list_wu">
|
| | | <image src="@/static/common/364.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/common/364.png" mode="widthFix"></image>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | | </style> |
| | | </style>
|