Authored by 王水玲

星潮 gulp ge

... ... @@ -2233,7 +2233,12 @@ $(document).on('touchstart', '.collection', function(event) {
}
if (code === 201) {
window.location = data.data;
if ($('#collocation-link').length <= 0) {
$('body').append('<a href=\'' + data.data + '\' style="display:none;" id="collocation-link">' +
'<span class="collocation-link"></span></a>');
}
$('.collocation-link').click();
}
},
error: function() {
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.