|
@@ -1,10 +1,9 @@
|
|
|
-// import 'css/bootstrap.less';
|
|
|
+
|
|
|
import 'bootstrap/dist/js/bootstrap.js';
|
|
|
import 'css/newMenu/public.css';
|
|
|
import 'css/newMenu/header.css';
|
|
|
import 'css/newMenu/services.css';
|
|
|
import 'js/public.js';
|
|
|
-import 'js/newMenu/map.js';
|
|
|
|
|
|
$(function () {
|
|
|
init();
|
|
@@ -25,7 +24,7 @@ $(function () {
|
|
|
window.location.href= globalConfig.context+'/user/account/index.html#/achievement';
|
|
|
}
|
|
|
})
|
|
|
- $('.shopLeftTwo a').click(function(){
|
|
|
+ $('.shopLeftTwo a,.reldemand span').click(function(){
|
|
|
let loginTxt=$('.head_login')[0];
|
|
|
if(loginTxt&&($(loginTxt).text())=='登录'){
|
|
|
$('.head_login').click();
|