Browse Source

为erp 的买卖家页面添加userInfo等信息

wangdy 8 years ago
parent
commit
a2f1a2112b

+ 2 - 0
src/main/webapp/WEB-INF/views/normal/erp/user_center.html

@@ -42,6 +42,8 @@
 			</div>
 			</div>
 		</div>
 		</div>
 	</section>
 	</section>
+	<div ng-controller="AuthenticationCtrl">
+	</div>
 	<footer class="clearfix">
 	<footer class="clearfix">
 		<div ng-include src="'static/view/common/footer_erp.html'" style="margin-top: 40px;"></div>
 		<div ng-include src="'static/view/common/footer_erp.html'" style="margin-top: 40px;"></div>
 	</footer>
 	</footer>

+ 2 - 0
src/main/webapp/WEB-INF/views/normal/erp/vendor_center.html

@@ -39,6 +39,8 @@
 			</div>
 			</div>
 		</div>
 		</div>
 	</section>
 	</section>
+	<div ng-controller="AuthenticationCtrl">
+	</div>
 	<footer class="clearfix" style="margin-top: 40px;">
 	<footer class="clearfix" style="margin-top: 40px;">
 		<div ng-include src="'static/view/common/footer_erp.html'"></div>
 		<div ng-include src="'static/view/common/footer_erp.html'"></div>
 	</footer>
 	</footer>