From 5f5f04da3e12f46244ead34b5085fa29c0f217b6 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期三, 26 六月 2024 18:36:01 +0800 Subject: [PATCH] 代码提交 --- jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp index fb87ba0..550e593 100644 --- a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp @@ -6,7 +6,9 @@ class xframe : public xwin { public: - xframe(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) {} + xframe(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) { + this->SetArg(); + } static int getUrl(string url1, string para, KXMLDOMDocument x) { -- Gitblit v1.9.3