From f4a514d5ac952110da846636ecbb9de951eaf3d2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 六月 2025 14:57:57 +0800
Subject: [PATCH] 16 卡牌服务端(GMT命令个人邮件、全服邮件相关;)

---
 SuperGMToolClient/CompensationQueryPersonal.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/SuperGMToolClient/CompensationQueryPersonal.php b/SuperGMToolClient/CompensationQueryPersonal.php
index c6a9747..180f278 100644
--- a/SuperGMToolClient/CompensationQueryPersonal.php
+++ b/SuperGMToolClient/CompensationQueryPersonal.php
@@ -27,7 +27,7 @@
 
 <body>
 
-	<form id="CompensationQueryPersonal" name="CompensationQueryPersonal" action="/Common/GMCmdProcess.php" method="post">
+	<form action="GMTManage/GMT_CompensationQueryPersonal.php" method="post">
 		<dl>
 			<center>
 				<p><?php echo \Lang\gettext("涓汉閭欢绠$悊"); ?></P>
@@ -40,8 +40,7 @@
 					<input type="radio" name="queryType" value="playerName" />
 					<span><?php echo \Lang\gettext("瑙掕壊鍚�"); ?></span>
 					<br />
-					<input class="long_input" type="text" id="playerList" name="playerList" value="" size="50" />
-					<input type="hidden" class="long_input" type="text" name="playerFind" value="" size="50" />
+					<input class="long_input" type="text" name="playerFind" id="playerFind" value="" />
 				</div>
 			</dd>
 

--
Gitblit v1.8.0