소스 검색

调整头

yuhaitao14 7 년 전
부모
커밋
890e79ec00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shop/src/main/resource/templates/fragments.html

+ 1 - 1
shop/src/main/resource/templates/fragments.html

@@ -26,7 +26,7 @@
 						<a th:attr="href=${loginurl}">登录</a><span></span>
 					</div>
 					<div th:if="${islogin}">
-						<a id="loginuser" class="reg" href="/mypayedorders" th:text="${user.name}"></a>
+						<a id="loginuser" class="reg" href="/mypayedorders" th:text="${user.phone}"></a>
 					</div>
 				</div>
 			</div>