Commit 03572958 by gujin.wang

将直接弹出核销界面改为悬浮窗方式

parent 3e83e27d
......@@ -7,7 +7,6 @@
#include <QLocalServer>
#include <QApplication>
#include <QJsonArray>
#include "fmp_redeem_i.h"
class FMSingleApplication : public QApplication
{
......@@ -82,16 +81,6 @@ private:
widget->raise();
widget->activateWindow();
}
//程序已启动,则直接显示核销界面
FMPRedeemInterface* svcRedeem = FMP::GetService<FMPRedeemInterface>();
if(svcRedeem)
{
svcRedeem->StartService();
QJsonObject result = svcRedeem->Redeem(QJsonArray());
FMP_DEBUG() << result;
}
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment