...
|
...
|
@@ -46,9 +46,10 @@ $('.set-world').click(function() { |
|
|
|
|
|
point(1, $('.trend-world-area').val());
|
|
|
|
|
|
$('.trend-code').html($('.trend-world-area').val());
|
|
|
|
|
|
setTimeout(function() {
|
|
|
$('.set-trend-world').hide();
|
|
|
window.location.reload();
|
|
|
}, 2500);
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -71,3 +72,7 @@ $('.withhold').click(function() { |
|
|
point(2);
|
|
|
$('.set-trend-world').hide();
|
|
|
});
|
|
|
|
|
|
$('.back').click(function() {
|
|
|
$('.set-trend-world').hide();
|
|
|
}); |
...
|
...
|
|