...
|
...
|
@@ -309,7 +309,7 @@ class Common |
|
|
$is_news = 2;
|
|
|
if(!empty($uid)){
|
|
|
//已登录
|
|
|
$res1 = self::findSoftWhereData('order',['uid'=>$uid,'status'=>config('verify.status')[3]],'id');
|
|
|
$res1 = self::findSoftWhereData('order',['uid'=>$uid,'status'=>config('verify.status')[8]],'id');
|
|
|
if($res1){
|
|
|
$is_news = 1;//旧人
|
|
|
}else{
|
...
|
...
|
|