Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_epay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
fmp_epay
Commits
ce35a7d8
Commit
ce35a7d8
authored
Jan 12, 2018
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 修复金额输入错误时金额被清空问题。 2. 修复支付自动关闭窗口后未退出时间循环问题。
parent
3c678510
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
fmp_epayview_dialog.cpp
+7
-4
res/MANIFEST.MF
+1
-1
version.h
+2
-2
No files found.
fmp_epayview_dialog.cpp
View file @
ce35a7d8
...
...
@@ -620,10 +620,10 @@ void FMPPayDialog::onBtnConfirmClicked()
(
ui
->
lineedit_code
->
text
().
size
()
<
15
&&
ui
->
lineedit_code_refund
->
text
().
size
()
<
15
)
)
{
if
(
!
_is_api
)
{
ui
->
lineedit_num
->
clear
();
ui
->
lineedit_num_refund
->
clear
();
}
//
if (!_is_api) {
//
ui->lineedit_num->clear();
//
ui->lineedit_num_refund->clear();
//
}
ui
->
lineedit_code
->
clear
();
ui
->
lineedit_code_refund
->
clear
();
_wait
->
SetContent
(
FMPPayWait
::
ERRORS
,
QString
::
fromLocal8Bit
(
"金额或条码错误
\n
请重新输入"
));
...
...
@@ -715,6 +715,9 @@ void FMPPayDialog::on_btn_success_confirm_clicked()
PlayAnimation
(
ui
->
wdg_success_main
,
nextwdg
,
LeftToRight
);
on_btn_close_clicked
();
//! 退出事件循环
_control
->
OnFinish
();
}
void
FMPPayDialog
::
on_btn_paycheck_clicked
()
...
...
res/MANIFEST.MF
View file @
ce35a7d8
Plugin-SymbolicName: fmp.epay
Plugin-Version: 0.1.0
Plugin-Name: fmp.epay
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-201
7
Plugin-Copyright: Freemud Ltd. Copyright (C) 2014-201
8
Plugin-Vendor: Freemud
version.h
View file @
ce35a7d8
...
...
@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_BUILD 2
2
#define VER_BUILD 2
4
//! Convert version numbers to string
#define _STR(S) #S
...
...
@@ -20,7 +20,7 @@
#define RES_STR_FILE_VER MAK_VER(VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD)
#define RES_STR_PRODUCT_VER MAK_VER(VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD)
#define RES_COMPANY_NAME "上海非码网络科技有限公司\0"
#define RES_COPYRIGHT "Freemud Ltd. Copyright (C) 2014-201
7
\0"
#define RES_COPYRIGHT "Freemud Ltd. Copyright (C) 2014-201
8
\0"
#define RES_FILE_DESC "fmp.epay\0"
#define RES_INTER_NAME "fmp.epay\0"
#define RES_FILE_NAME "fmp.epay\0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment