|
@@ -100,7 +100,6 @@ class RecuperateController extends MobileBaseController
|
|
|
return $this->showMessage('请到个人中心填写身份证号', route('mobile.person.memberInfo'), true, '上一页', '3');
|
|
|
}
|
|
|
if($members_info->card_t_cn!='306' && !$members_info->id_card){
|
|
|
- $back_url = \Illuminate\Support\Facades\URL::previous();
|
|
|
return $this->showMessage('请到个人中心填写身份证号', route('mobile.person.memberInfo'), true, '上一页', '3');
|
|
|
}
|
|
|
|