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/myAppointment/myAppointment.vue |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/h5/pages/meeting/myAppointment/myAppointment.vue b/h5/pages/meeting/myAppointment/myAppointment.vue
index 1b31401..3543f76 100644
--- a/h5/pages/meeting/myAppointment/myAppointment.vue
+++ b/h5/pages/meeting/myAppointment/myAppointment.vue
@@ -1,6 +1,6 @@
 <template>
-	<page-meta :page-style="'overflow:'+(pageShow?'hidden':'visible')"></page-meta>
-	<view class="yuyue">
+	<page-meta :page-style="'overflow:'+(pageShow?'hidden':'visible')"></page-meta>
+	<view class="yuyue">
 		<view class="yuyue_head">
 			<view class="yuyue_head_input">
 				<u--input
@@ -45,16 +45,16 @@
 				<view class="item_d" v-if="i === 0">
 					<view class="item_d_left">
 						<view class="item_d_left_item" @click.stop="copy(item)" v-if="item.meetingStatus !== 3">
-							<image src="@/static/icon/ic_copy@2x.png" mode="widthFix"></image>
+							<image src="@/static/meeting/icon/ic_copy@2x.png" mode="widthFix"></image>
 							<text>澶嶅埗</text>
 						</view>
 						<view class="item_d_left_item" @click="fenxiang(item)" v-if="item.meetingStatus !== 3">
 							<button open-type="share"></button>
-							<image src="@/static/icon/ic_fenxiang@2x.png" mode="widthFix"></image>
+							<image src="@/static/meeting/icon/ic_fenxiang@2x.png" mode="widthFix"></image>
 							<text>鍒嗕韩</text>
 						</view>
 						<view class="item_d_left_item" v-if="item.meetingStatus === 1" @click.stop="closeRoom(item.meetingStatus, item.id)">
-							<image src="@/static/icon/ic_cancel@2x.png" mode="widthFix"></image>
+							<image src="@/static/meeting/icon/ic_cancel@2x.png" mode="widthFix"></image>
 							<text>鍙栨秷</text>
 						</view>
 					</view>
@@ -67,7 +67,7 @@
 		
 		<view class="yuyue_content" v-else>
 			<view class="yuyue_content_wu">
-				<image src="@/static/common/364.png" mode="widthFix"></image>
+				<image src="@/static/meeting/common/364.png" mode="widthFix"></image>
 			</view>
 		</view>
 		
@@ -98,18 +98,18 @@
 		@cancel="close1"
 		ref="uModal"
 		:showCancelButton="true"
-		asyncClose="true"></u-modal>
-	</view>
-</template>
-
+		asyncClose="true"></u-modal>
+	</view>
+</template>
+
 <script>
 	import { mapState } from 'vuex'
-	import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
-	export default {
-		data() {
+	import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
+	export default {
+		data() {
 			return {
 				i: 0,
-				show: false,
+				show: false,
 				cate: [
 					{ name: '鏈紑濮�', id: 1 },
 					{ name: '宸茬粨鏉�', id: 2 }
@@ -133,8 +133,8 @@
 					title: '',
 					path: '',
 					imageUrl: 'https://dmtest.ahapp.net/file/projects/20230511/13f256b832db4a4fadc5e6770f5727bf.png'
-				}
-			};
+				}
+			};
 		},
 		computed: {
 			...mapState(['token'])
@@ -333,11 +333,11 @@
 					})
 				}
 			}
-		}
-	}
-</script>
-
-<style lang="scss">
+		}
+	}
+</script>
+
+<style lang="scss">
 	.yuyue {
 		width: 100%;
 		.details_ma /deep/ {
@@ -614,5 +614,5 @@
 				}
 			}
 		}
-	}
-</style>
+	}
+</style>

--
Gitblit v1.9.3