Browse Source

调整头

yuhaitao14 6 years ago
parent
commit
890e79ec00
1 changed files with 1 additions and 1 deletions
  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>