From c4bd9d8c587bd1401f0fb2f60c34a4964d7afe20 Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Sun, 27 Oct 2019 16:02:50 +0000
Subject: [PATCH] o
---
src/RichCreator/Jobs/WeGameJob.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/RichCreator/Jobs/WeGameJob.cs b/src/RichCreator/Jobs/WeGameJob.cs
index 349fc50..f28c2db 100644
--- a/src/RichCreator/Jobs/WeGameJob.cs
+++ b/src/RichCreator/Jobs/WeGameJob.cs
@@ -101,11 +101,11 @@
private bool LoginWeGame(CancellationToken cancelToken, Int64 timeoutSecond, ZTRectangle weGameRect, ZTRectangle changButtonRect)
{
- ZTPoint basePoint = changButtonRect.GetCenterPoint();
+ Utility.Structs.ZTPoint basePoint = changButtonRect.GetCenterPoint();
- ZTPoint userPoint = new ZTPoint(basePoint.X, basePoint.Y - 148);
- ZTPoint pwdPoint = new ZTPoint(basePoint.X, basePoint.Y - 118);
- ZTPoint loginPoint = new ZTPoint(basePoint.X, basePoint.Y - 42);
+ Utility.Structs.ZTPoint userPoint = new Utility.Structs.ZTPoint(basePoint.X, basePoint.Y - 148);
+ Utility.Structs.ZTPoint pwdPoint = new Utility.Structs.ZTPoint(basePoint.X, basePoint.Y - 118);
+ Utility.Structs.ZTPoint loginPoint = new Utility.Structs.ZTPoint(basePoint.X, basePoint.Y - 42);
//输入用户名
G.Instance.InputControl.MoveToAndClick(userPoint);
--
Gitblit v1.9.3