From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/meeting/index/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/h5/pages/meeting/index/index.vue b/h5/pages/meeting/index/index.vue
index 707942f..e25acbc 100644
--- a/h5/pages/meeting/index/index.vue
+++ b/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>

--
Gitblit v1.9.3