|
@@ -71,8 +71,6 @@ class Wallet extends Controller
|
|
|
if (MenuService::checkMenu(request()->user->id, "listRMB")) {
|
|
if (MenuService::checkMenu(request()->user->id, "listRMB")) {
|
|
|
$data['rmb_withdraw_task'] = PaymentOrder::where('type', 2)
|
|
$data['rmb_withdraw_task'] = PaymentOrder::where('type', 2)
|
|
|
->where('status', 0)->count();
|
|
->where('status', 0)->count();
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
return $this->success($data);
|
|
return $this->success($data);
|
|
|
}
|
|
}
|