From 924bdf1c9fb74babf2438d5545db3594756625d1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 22 六月 2020 20:06:39 +0800 Subject: [PATCH] '完善信息' --- WindowsFormsApp1/utils/tb/SDLJGoodsManager.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WindowsFormsApp1/utils/tb/SDLJGoodsManager.cs b/WindowsFormsApp1/utils/tb/SDLJGoodsManager.cs index 8e65a8d..24e60de 100644 --- a/WindowsFormsApp1/utils/tb/SDLJGoodsManager.cs +++ b/WindowsFormsApp1/utils/tb/SDLJGoodsManager.cs @@ -48,6 +48,11 @@ public void StartRequestGoods(String baseUrl,int position) { if (!Constant.tbAccountMap.ContainsKey(position) || !Constant.tbAccountMap[position].Login) return; + + //閲囬泦寮�鍏� + if (!Constant.parseSDLJOPen) + return; + this.position = position; this.tbAccountLogin = Constant.tbAccountMap[position]; OnSuccess listener = getRequestUrlSuccess; -- Gitblit v1.8.0