Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbkpay
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
sbkpay
Commits
558d358a
Commit
558d358a
authored
May 16, 2019
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
1、支付宝+微信 支付成功+退款成功 后的对话框界面下方的 确定 按钮隐藏
parent
6fdd1e87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
sbkpay/hostwidget.cpp
+7
-2
sbkpay/version.h
+1
-1
No files found.
sbkpay/hostwidget.cpp
View file @
558d358a
...
...
@@ -554,8 +554,11 @@ void HostWidget::ShowWiteMGS(ReqType type, bool flag, QString message)
ui
->
label_pay_time_load
->
setVisible
(
false
);
ui
->
label_pay_money
->
setVisible
(
true
);
ui
->
label_pay_money
->
setText
(
message
);
ui
->
btn_pay_exit
->
setVisible
(
true
);
//星巴克业务需求->支付成功无需显示确认按钮,减少店员点击动作;
//ui->btn_pay_exit->setVisible(true);
ui
->
btn_pay_exit
->
setText
(
QString
::
fromLocal8Bit
(
"确认"
));
ui
->
btn_pay_exit
->
setVisible
(
false
);
if
(
flag
)
{
ui
->
label_pay_msg_time
->
setVisible
(
true
);
...
...
@@ -581,8 +584,10 @@ void HostWidget::ShowWiteMGS(ReqType type, bool flag, QString message)
ui
->
label_pay_time_load
->
setVisible
(
false
);
ui
->
label_pay_money
->
setVisible
(
true
);
ui
->
label_pay_money
->
setText
(
message
);
ui
->
btn_pay_exit
->
setVisible
(
true
);
//星巴克业务需求->支付成功无需显示确认按钮,减少店员点击动作;
//ui->btn_pay_exit->setVisible(true);
ui
->
btn_pay_exit
->
setText
(
QString
::
fromLocal8Bit
(
"确认"
));
ui
->
btn_pay_exit
->
setVisible
(
false
);
if
(
flag
)
{
ui
->
label_pay_msg_time
->
setVisible
(
true
);
...
...
sbkpay/version.h
View file @
558d358a
#ifndef _VERSION_H_
#define _VERSION_H_
#define VER_MAJOR
0
#define VER_MAJOR
1
#define VER_MINOR 2
#define VER_REVISION 7
...
...
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