fix: mobile 批量购买提交bug

This commit is contained in:
2025-06-24 18:00:43 +08:00
parent 34866fd9fe
commit 9c4cccbeb0
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ return [
'姓名不能超过:rule个字符' => 'Name cannot exceed :rule characters',
'电话号码不能为空' => 'Phone Number is required',
'电话号码不能超过:rule个字符' => 'Phone number cannot exceed :rule characters',
'感兴趣的产品种类不能为空' => 'Interested product categories is required',
'感兴趣的产品种类不能超过:rule个字符' => 'Interested product categories cannot exceed :rule characters',
'邮箱不能为空' => 'Email is required',
'邮箱格式不正确' => 'Email format is incorrect',