From 063021ff33f3dffb7543880ebac988807c107aa8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 17 十月 2022 15:24:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into dev--wxr --- HDL_ON/DAL/Server/HttpServerRequest.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/Server/HttpServerRequest.cs b/HDL_ON/DAL/Server/HttpServerRequest.cs index 2ac0547..e39af1d 100644 --- a/HDL_ON/DAL/Server/HttpServerRequest.cs +++ b/HDL_ON/DAL/Server/HttpServerRequest.cs @@ -1371,6 +1371,9 @@ /// </summary> public void GetCityWeatherInfo(string lon, string lat) { + MainPage.cityInfo.lon = lon; + MainPage.cityInfo.lat = lat; + System.Threading.Tasks.Task.Run(() => { while (true) -- Gitblit v1.8.0