fly 5 năm trước cách đây
mục cha
commit
533bbb81db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/QuickApp/User/UserController.php

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

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