master
ELF 5 years ago
parent 6cbd898c57
commit 561787a4ac

@ -3122,7 +3122,7 @@ class ExportController extends Controller
} }
if ($status) { if ($status) {
$client = new Client([ $client = new Client([
'base_uri' => C('PACKAGE_SERVER_URL'), 'base_uri' => C('TASK_URL'),
'timeout' => 10.0, 'timeout' => 10.0,
]); ]);
$response = $client->post('/statistics/player-retention', [ $response = $client->post('/statistics/player-retention', [

@ -172,7 +172,7 @@ class StatController extends ThinkController
} }
if ($status) { if ($status) {
$client = new Client([ $client = new Client([
'base_uri' => C('PACKAGE_SERVER_URL'), 'base_uri' => C('TASK_URL'),
'timeout' => 10.0, 'timeout' => 10.0,
]); ]);
$response = $client->post('/statistics/player-retention', [ $response = $client->post('/statistics/player-retention', [

@ -643,6 +643,7 @@ var PhoneObj = {
}) })
$(".mounting").click(function(){ $(".mounting").click(function(){
$(".mounting").hide(); $(".mounting").hide();
document.body.style.overflow = 'auto';
}); });
// $(".login").click(function(){ // $(".login").click(function(){
// $(".login").hide(); // $(".login").hide();

Loading…
Cancel
Save