|
@@ -219,7 +219,6 @@ $(function() { |
|
@@ -219,7 +219,6 @@ $(function() { |
219
|
//微博分享
|
219
|
//微博分享
|
220
|
$('.wb_share').click(function() {
|
220
|
$('.wb_share').click(function() {
|
221
|
thirdShare('/portal/login/wb_share');
|
221
|
thirdShare('/portal/login/wb_share');
|
222
|
- window.location.reload();
|
|
|
223
|
});
|
222
|
});
|
224
|
|
223
|
|
225
|
//星球影院微博分享
|
224
|
//星球影院微博分享
|
|
@@ -251,6 +250,7 @@ function thirdShare(url){ |
|
@@ -251,6 +250,7 @@ function thirdShare(url){ |
251
|
success: function(data) {
|
250
|
success: function(data) {
|
252
|
if (data.code == 1) {
|
251
|
if (data.code == 1) {
|
253
|
mask(data.msg);
|
252
|
mask(data.msg);
|
|
|
253
|
+ window.location.reload();
|
254
|
} else {
|
254
|
} else {
|
255
|
mask(data.msg);
|
255
|
mask(data.msg);
|
256
|
}
|
256
|
}
|
|
@@ -294,7 +294,7 @@ function mask(msg) { |
|
@@ -294,7 +294,7 @@ function mask(msg) { |
294
|
setTimeout(function() {
|
294
|
setTimeout(function() {
|
295
|
$('.mask').hide();
|
295
|
$('.mask').hide();
|
296
|
$('.mask').text('');
|
296
|
$('.mask').text('');
|
297
|
- }, 4000);
|
297
|
+ }, 6000);
|
298
|
}
|
298
|
}
|
299
|
|
299
|
|
300
|
//弹框
|
300
|
//弹框
|