From f3ab5975d757e4dcaf51b3eada8d3d1aef134c3b Mon Sep 17 00:00:00 2001 From: SiYuan <863909694@qq.com> Date: Mon, 19 Feb 2024 21:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BAcsv?= =?UTF-8?q?=E8=87=AA=E5=B7=B1=E5=8F=91=E9=80=81=E7=9A=84=E4=BF=A1=E6=81=AF?= =?UTF-8?q?remark=E5=92=8Cnickname=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98#372?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/mainview.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/ui/mainview.py b/app/ui/mainview.py index 53a1a0c..5d9c480 100644 --- a/app/ui/mainview.py +++ b/app/ui/mainview.py @@ -312,6 +312,8 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif): me = Me() me.wxid = dic.get('wxid') me.name = dic.get('name') + me.nickName = dic.get('name') + me.remark = dic.get('name') me.mobile = dic.get('mobile') me.wx_dir = dic.get('wx_dir') self.set_my_info(wxid)