xy 2 years ago
parent 666c3bd6bc
commit d689c2a547

@ -95,7 +95,7 @@ class HomeController extends CommonController
'total' => (new Orders())->ofProject($project_id)->where('created_at', 'like', $month . '%')->count() 'total' => (new Orders())->ofProject($project_id)->where('created_at', 'like', $month . '%')->count()
]; ];
} }
dd($this->huli(6)); //dd($this->huli(6));
if (is_mobile()) { if (is_mobile()) {
return view($this->bladePath . ".mobile_home"); return view($this->bladePath . ".mobile_home");
} else { } else {

@ -15,7 +15,19 @@
@endpush @endpush
@section("content") @section("content")
统计 <div class="card1">
<div class="card1-title">
<p>数据统计</p>
<div>
<span>更多</span>
</div>
</div>
<div class="card1-body">
<div>
<div>今日应收(元)</div>
</div>
</div>
</div>
@endsection @endsection
<script> <script>

Loading…
Cancel
Save