|
@@ -235,7 +235,6 @@ $(document).ready(function() {
|
|
var firstLink = $(this).find('a').first();
|
|
var firstLink = $(this).find('a').first();
|
|
firstLink.on('click', function(event) {
|
|
firstLink.on('click', function(event) {
|
|
event.preventDefault(); // 阻止默认行为(如跳转)
|
|
event.preventDefault(); // 阻止默认行为(如跳转)
|
|
- console.log('first11');
|
|
|
|
$(this).parent().find('.menu-nav-son').stop(true, true).slideToggle(200);
|
|
$(this).parent().find('.menu-nav-son').stop(true, true).slideToggle(200);
|
|
});
|
|
});
|
|
});
|
|
});
|
|
@@ -262,6 +261,7 @@ $(document).ready(function() {
|
|
method: 'GET',
|
|
method: 'GET',
|
|
dataType: 'json',
|
|
dataType: 'json',
|
|
success: function(response) {
|
|
success: function(response) {
|
|
|
|
+ console.log(response);
|
|
if (response.status == 0) {
|
|
if (response.status == 0) {
|
|
clearInterval(intervalId);
|
|
clearInterval(intervalId);
|
|
layer.close(loadIndex); // 关闭加载层
|
|
layer.close(loadIndex); // 关闭加载层
|