Skip to content

Commit

Permalink
final version before report
Browse files Browse the repository at this point in the history
  • Loading branch information
ntut-ben committed Nov 13, 2019
1 parent 1942389 commit ffb68e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/webapp/WEB-INF/views/js/orderDetail_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ function getData() {
$("#orderInfo").html(
`<h3>${data.subscriberName},訂購成功!您的訂單編號為#${data.id}</h3>`
);
$("#orderId").html(`訂單編號: #${data.id}`);
$("#orderTime").html(`時間: ${data.createTime}`);
}
}
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Wed Nov 13 20:06:09 CST 2019
#Wed Nov 13 21:21:51 CST 2019
m2e.projectLocation=C\:\\_JSP\\workspaceJDBC\\ezfit
m2e.projectName=ezfit
groupId=ntut.edu.com.java012
Expand Down

0 comments on commit ffb68e6

Please sign in to comment.