Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_Today
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
FMVip_Today
Commits
6a96f8ff
Commit
6a96f8ff
authored
Jul 17, 2017
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复商品券选择页面用户余额显示为0问题。 2.修复最后一行商品券信息展示不全问题。
parent
06b8ad23
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
FMVip/fmvipcouponlist.cpp
+2
-0
FMVip/forms/fmvipcouponlist.ui
+2
-1
No files found.
FMVip/fmvipcouponlist.cpp
View file @
6a96f8ff
...
...
@@ -13,6 +13,7 @@ FMVipCouponList::FMVipCouponList(QDialog *parent) :
QString
operator_id
=
SESSIONDATA_STRING
(
"operator_id"
);
QString
business_date
=
SESSIONDATA_STRING
(
"business_date"
);
QString
fm_id
=
SESSIONDATA_STRING
(
"fm_open_id"
);
double
amount
=
SESSIONDATA_INT
(
"amount"
)
/
100.0
;
QString
score_str
=
SESSIONDATA_STRING
(
"score"
);
QString
name
=
SESSIONDATA_STRING
(
"name"
);
QString
birthday
=
SESSIONDATA_STRING
(
"birthday"
);
...
...
@@ -22,6 +23,7 @@ FMVipCouponList::FMVipCouponList(QDialog *parent) :
ui
->
operator_label
->
setText
(
operator_id
);
ui
->
bd_label
->
setText
(
business_date
);
ui
->
id_label
->
setText
(
fm_id
);
ui
->
balance_label
->
setText
(
DOUBLE_STR
(
amount
));
ui
->
point_label
->
setText
(
score_str
);
ui
->
name_label
->
setText
(
name
);
ui
->
bir_label
->
setText
(
birthday
);
...
...
FMVip/forms/fmvipcouponlist.ui
View file @
6a96f8ff
...
...
@@ -134,6 +134,7 @@
max-height: 50px;
border: 1 solid silver;
border-top: 0 solid silver;
border-bottom: 0 solid silver;
background: rgb(223, 224, 223);
}
#ok_btn {
...
...
@@ -459,7 +460,7 @@
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
5
5
0
</height>
<height>
5
0
0
</height>
</size>
</property>
<property
name=
"frameShape"
>
...
...
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