提示修改

This commit is contained in:
chengxl
2025-11-07 16:42:04 +08:00
parent ebbdb13e1c
commit 33630f9f0d

View File

@@ -5415,7 +5415,7 @@ class Article extends Base
foreach ($aAuthorData as $key => $value) {
if(empty($value['email']) || empty($value['author_title']) || empty($value['company']) || empty($value['firstname']) || empty($value['lastname'])){
$iSecondStatus = 2;
$sSecondMsg = 'Step 2: The author\'s required information is incomplete';
$sSecondMsg = 'Step 2: The author\'s information is incomplete';
break;
}
if($is_report != 1){
@@ -5439,7 +5439,7 @@ class Article extends Base
}
// }
if($iSecondStatus == 2){
$sSecondMsg = empty($sSecondMsg) ? 'Step 2: The author\'s required information is incomplete' : $sSecondMsg;
$sSecondMsg = empty($sSecondMsg) ? 'Step 2: The author\'s information is incomplete' : $sSecondMsg;
}
if($iSecondStatus == 1){
if($is_super == 2){
@@ -6154,7 +6154,7 @@ class Article extends Base
}
if($iSecondStatus == 2){
$sSecondMsg = 'Step 2: The author\'s required information is incomplete';
$sSecondMsg = 'Step 2: The author\'s information is incomplete';
return ['status' => 3,'msg' => $sSecondMsg];
}
if($iSecondStatus == 1){