Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
0e048f8c2bb9cf32cf0b96b24b3bcd87218b2fce
1 parent
6da8be6e
优惠券优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/orderManage/detail.html
web/src/main/webapp/html/orderManage/detail.html
View file @
0e048f8
...
...
@@ -514,7 +514,7 @@ function getOrderInfo(orderCode){
var
codeListStr
=
''
;
for
(
var
item
in
result
.
data
.
couponCodeList
)
{
codeListStr
+=
'<br/>(券号:'
+
item
+
')'
;
codeListStr
+=
'<br/>(券号:'
+
result
.
data
.
couponCodeList
[
item
]
+
')'
;
}
$
(
"#couponCutAmount"
).
html
(
result
.
data
.
couponCutAmount
+
codeListStr
);
...
...
Please
register
or
login
to post a comment