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
Plain Diff
Browse Files
Authored by
mali
2020-03-05 16:16:51 +0800
Commit
e272ae8abc42c205c2797d69ebf53ba058811e10
2 parents
d3ec89d9
34dd833f
Merge branch 'test6.9.22' of
http://git.yoho.cn/ufo/ufo-platform
into test6.9.22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/src/main/webapp/html/orderManage/detail.html
web/src/main/webapp/html/orderManage/detail.html
View file @
e272ae8
...
...
@@ -636,6 +636,7 @@ function getOrderInfo(orderCode){
$
(
"#salesPrice"
).
html
(
result
.
data
.
goodsPrice
);
$
(
"#platformFee"
).
html
(
result
.
data
.
platformFee
);
$
(
"#bankTransferfee"
).
html
(
result
.
data
.
bankTransferfee
);
$
(
"#sellerCouponCutAmount"
).
html
(
result
.
data
.
sellerCouponCutAmount
);
$
(
"#sellerIncome"
).
html
(
result
.
data
.
sellerIncome
);
}
else
{
...
...
Please
register
or
login
to post a comment