作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

分享

... ... @@ -219,7 +219,6 @@ $(function() {
//微博分享
$('.wb_share').click(function() {
thirdShare('/portal/login/wb_share');
window.location.reload();
});
//星球影院微博分享
... ... @@ -251,6 +250,7 @@ function thirdShare(url){
success: function(data) {
if (data.code == 1) {
mask(data.msg);
window.location.reload();
} else {
mask(data.msg);
}
... ... @@ -294,7 +294,7 @@ function mask(msg) {
setTimeout(function() {
$('.mask').hide();
$('.mask').text('');
}, 4000);
}, 6000);
}
//弹框
... ...
... ... @@ -254,7 +254,6 @@ $(function() {
//微博分享
$('.wb_share').click(function() {
thirdShare('/portal/login/wb_share');
window.location.reload();
});
//星球影院微博分享
... ... @@ -295,6 +294,7 @@ function thirdShare(url){
success: function(data) {
if (data.code == 1) {
mask(data.msg);
window.location.reload();
} else {
mask(data.msg);
}
... ...