|
@@ -2,7 +2,7 @@
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
-<title>商城订单</title>
|
|
|
+<title>体检报告</title>
|
|
|
<meta name="viewport"
|
|
|
content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
|
|
<link href="/h5/style/style.css" rel="stylesheet" />
|
|
@@ -45,10 +45,10 @@
|
|
|
|
|
|
|
|
|
<div class="shopOrder_none" th:if="${orders.size() eq 0}">
|
|
|
- <p th:if="${title}" th:text="${title}">暂无有效订单</p>
|
|
|
- <p th:unless="${title}">暂无有效订单</p>
|
|
|
+ <p th:if="${title}" th:text="${title}"></p>
|
|
|
+ <p th:unless="${title}">暂无体检报告</p>
|
|
|
<p th:if="${subTitle}" th:text="${subTitle}"></p>
|
|
|
- <p th:unless="${subTitle}">如已购买请稍后刷新重试</p>
|
|
|
+ <p th:unless="${subTitle}">报告时间三个工作日</p>
|
|
|
</div>
|
|
|
|
|
|
<!--底部-->
|