Skip to content

Commit b10e46a

Browse files
committed
个人中心流量监控完善
1 parent ec6a262 commit b10e46a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Http/Controllers/UserController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ public function trafficLog(Request $request)
240240

241241
$view['trafficDaily'] = "'" . implode("','", $dailyData) . "'";
242242
$view['trafficHourly'] = "'" . implode("','", $hourlyData) . "'";
243-
$view['username'] = $user['username'];
244243

245244
return Response::view('user/trafficLog', $view);
246245
}

resources/views/user/trafficLog.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<div class="row">
1212
<div class="col-md-12">
1313
<div class="note note-info">
14-
<h3 class="block">{{$username}}</h3>
1514
<p> 提示:30日内流量统计不会统计当天,24小时内流量统计不会统计当前小时;如果无统计数据,请检查定时任务是否正常。 </p>
1615
</div>
1716
</div>

0 commit comments

Comments
 (0)