表单提交功能优化

This commit is contained in:
wong
2025-10-22 09:55:49 +08:00
parent 0958c5f9c7
commit 7db48facbd
2 changed files with 4 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ class PosterWeChatMiniProgram extends Controller
}
$phoneData = explode(',', $phoneData);
$phoneData = explode( "\n", $phoneData);
foreach ($phoneData as $phone) {
if (empty($phone)) {
continue;