jiangping
2024-05-07 b000e640c08486c687728dadc1f9d8ecdf3d3bd7
h5/pages/meeting/index/index.vue
@@ -1,12 +1,12 @@
<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>
@@ -43,7 +43,7 @@
               </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">
@@ -82,7 +82,7 @@
            </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>
@@ -484,4 +484,4 @@
         }
      }
   }
</style>
</style>