From b000e640c08486c687728dadc1f9d8ecdf3d3bd7 Mon Sep 17 00:00:00 2001
From: jiangping <898885815@qq.com>
Date: 星期二, 07 五月 2024 11:03:20 +0800
Subject: [PATCH] meeting
---
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