Browse Source

Merge branch 'master' of https://git.coding.net/aft/AFT.git

albertshaw 8 years ago
parent
commit
1b400fbe96

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/detail/achievementDetail.html

@@ -96,11 +96,11 @@
 			<div class="form-group" th:if="${!isLogin}">
 				<div class="col-sm-4">
 					<button class="btn btn-default dislike"
-						onclick="window.open('/user/signIn.html')">我感兴趣</button>
+						onclick="window.open('/user/login.html')">我感兴趣</button>
 				</div>
 				<div class="col-sm-4">
 					<button class="btn btn-default purchase"
-						onclick="window.open('/user/signIn.html')">我要购买</button>
+						onclick="window.open('/user/login.html')">我要购买</button>
 				</div>
 			</div>
 		</div>

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/detail/demandDetail.html

@@ -92,9 +92,9 @@
 			</div>
 			<div class="detail_button clearfix" th:if="${!isLogin}">
 				<button type="button" class="btn dislike"
-					onclick="window.open('/user/signIn.html')">我感兴趣</button>
+					onclick="window.open('/user/login.html')">我感兴趣</button>
 				<button type="button" class="btn"
-					onclick="window.open('/user/signIn.html')">我要接单</button>
+					onclick="window.open('/user/login.html')">我要接单</button>
 			</div>
 		</div>
 	</div>