提示修改

This commit is contained in:
chengxl
2025-09-09 14:25:30 +08:00
parent 94dd9d3e7c
commit d8c4ec4df6

View File

@@ -379,7 +379,7 @@ class Finalreview extends Base
}
if($aReviewerFinal['state'] == 0){//同意审稿之后更新状态1接收2拒绝3退修
if(!in_array($iState, [1,2,3])){
return json_encode(['status' => 6,'msg' => 'You have agreed to review, please proceed to the final review list for the review process']);
return json_encode(['status' => 6,'msg' => 'Please click on "Final Decision" under the "Editorial Board Member" or "Editor-in-Chief" tab in the left sidebar to review the article.']);
}
$suggest_for_editor = empty($aParam['suggest_for_editor']) ? '' : $aParam['suggest_for_editor'];
$suggest_for_author = empty($aParam['suggest_for_author']) ? '' : $aParam['suggest_for_author'];