|
@@ -34,10 +34,10 @@ window.onload = function () {
|
|
// // renderBanner(result);
|
|
// // renderBanner(result);
|
|
// });
|
|
// });
|
|
|
|
|
|
- $('#navbar').load('../../template/navbar.html');
|
|
|
|
- $('#footer').load('../../template/footer.html');
|
|
|
|
- $('#btn-box').load('../../template/button.html');
|
|
|
|
- $('#topCarousel').load('../../template/top_carousel.html');
|
|
|
|
|
|
+ $('#navbar').load('../template/navbar.html');
|
|
|
|
+ $('#footer').load('../template/footer.html');
|
|
|
|
+ $('#btn-box').load('../template/button.html');
|
|
|
|
+ $('#topCarousel').load('../template/top_carousel.html');
|
|
};
|
|
};
|
|
|
|
|
|
function hhh_user_api_login() {
|
|
function hhh_user_api_login() {
|