jiangping
2024-05-07 b000e640c08486c687728dadc1f9d8ecdf3d3bd7
h5/pages/meeting/manage/manage.vue
@@ -22,7 +22,7 @@
                  <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>
@@ -38,7 +38,7 @@
      
      <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>
      
@@ -78,7 +78,7 @@
            qrurl: '',
            id: '',
            pageShow: false,
            icon: require('@/static/common/123.png')
            icon: require('@/static/meeting/common/123.png')
         };
      },
      onLoad() {