微淘
This commit is contained in:
@@ -3,7 +3,8 @@ $('[data-href]').on('click', function(event) {
|
||||
if ($(this).hasClass('ajax-get') || $(this).hasClass('ajax-post')) {
|
||||
return;
|
||||
}
|
||||
location.href = $(this).data('href');
|
||||
window.open($(this).data('href'));
|
||||
// location.href = $(this).data('href');
|
||||
});
|
||||
|
||||
// ajax GET 请求
|
||||
|
||||
Reference in New Issue
Block a user