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
617c143f
Commit
617c143f
authored
Sep 12, 2017
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复提示语
parent
f848154e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sbkpay/hostwidget.cpp
+1
-1
sbkpay/sbkpay.pro.user
+1
-1
No files found.
sbkpay/hostwidget.cpp
View file @
617c143f
...
...
@@ -229,7 +229,7 @@ void HostWidget::ShowWiteJson(bool flag, QJsonObject object, QString error)
if
(
!
flag
)
{
ui
->
label_find_msg
->
setText
(
QString
::
fromLocal8Bit
(
"查询失败(%1)"
).
arg
(
error
)
);
ui
->
label_find_msg
->
setText
(
error
);
}
else
{
...
...
sbkpay/sbkpay.pro.user
View file @
617c143f
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.5.1, 2017-09-1
1T14:52:55
. -->
<!-- Written by QtCreator 3.5.1, 2017-09-1
2T14:58:21
. -->
<qtcreator>
<data>
<variable>
EnvironmentId
</variable>
...
...
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