fix: 产品底盘提示语
This commit is contained in:
@@ -459,9 +459,9 @@ class Product extends Common
|
||||
'message' => $post['message'],
|
||||
]);
|
||||
if ($ret->isEmpty()) {
|
||||
return error(lang('提交成功'));
|
||||
return error(lang('提交失败'));
|
||||
}
|
||||
return success(lang('提交失败'));
|
||||
return success(lang('提交成功'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user