fly 5 vuotta sitten
vanhempi
commit
4908a309ed
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/Http/Controllers/QuickApp/User/UserController.php

+ 2 - 2
app/Http/Controllers/QuickApp/User/UserController.php

@@ -89,8 +89,8 @@ class UserController extends BaseController
                 $data['vip_days'] = $time . '秒';
             }
         }
-        // $data['is_check'] = false;
-        $data['is_check'] = !$this->phone;
+        $data['is_check'] = false;
+        // $data['is_check'] = !$this->phone;
         return response()->success($data);
     }