Authored by 王水玲

星潮bug修改

... ... @@ -127,7 +127,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() {
... ...