From 0e5cc5f682866e32be324024a72f54d117eb6423 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 28 九月 2022 17:39:17 +0800
Subject: [PATCH] 1.设备维修申请静态页面开发完成

---
 pages/xtsy/index.html |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/pages/xtsy/index.html b/pages/xtsy/index.html
index aec973f..001b767 100644
--- a/pages/xtsy/index.html
+++ b/pages/xtsy/index.html
@@ -21,6 +21,7 @@
 
 
 		<link rel="stylesheet" href="../css/global.css" type="text/css" charset="utf-8" />
+		<script type="text/javascript" src="../../js/global.js"></script>
 
 	</head>
 	<body>
@@ -30,8 +31,8 @@
 
 				<van-nav-bar title="宸ヤ綔鍙�" @click-right="onClickRight">
 					<template #right>
-						<van-popover  placement="bottom-end" :offset="[13,8]" v-model="showPopover"
-							trigger="click" :actions="actions" @select="onSelect">
+						<van-popover placement="bottom-end" :offset="[13,8]" v-model="showPopover" trigger="click"
+							:actions="actions" @select="onSelect">
 							<template #reference>
 								<van-icon name="bars" size='20' color='#fff' />
 							</template>
@@ -136,9 +137,12 @@
 							url = '../sbgl/dqby.html'
 							break;
 						case '2042':
-							url = '../sbgl/sbwx.html'
+							url = '../sbgl/wxsq.html'
 							break;
 						case '2043':
+							url = '../sbgl/sbwx.html'
+							break;
+						case '2044':
 							url = '../sbgl/wxyz.html'
 							break;
 					}
@@ -150,7 +154,13 @@
 				},
 				// 椤堕儴鍙冲浘鏍囦笅鎷夐�夋嫨
 				onSelect(action) {
-					vant.Toast(action.text);
+					if (action.text === '鎿嶄綔鎸囧') {
+						topPopoverClick('鎿嶄綔鎸囧')
+					} else if (action.text === '鎴愬搧杩芥函') {
+						topPopoverClick('鎴愬搧杩芥函')
+					} else if (action.text === '閫�鍑虹櫥褰�') {
+						topPopoverClick('閫�鍑虹櫥褰�')
+					}
 					this.overlayShow = false
 				},
 			}

--
Gitblit v1.9.3