...
|
...
|
@@ -27,7 +27,7 @@ function _getDetailDataBySizeInfo(intro) { |
|
|
$intro.find('a[href]').each(function() {
|
|
|
const $el = $(this);
|
|
|
|
|
|
$el.attr('href', 'javascript:;')
|
|
|
$el.attr('href', 'javascript:;') //eslint-disable-line
|
|
|
.attr('target', '')
|
|
|
.attr('title', '')
|
|
|
.css('cursor', 'initial');
|
...
|
...
|
|