diff --git a/app.php b/app.php index 2ccab49..d117394 100644 --- a/app.php +++ b/app.php @@ -215,6 +215,21 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['rating'])) { ?>

评分: /5

开发者: 管理员

+ + prepare($sqlTags); + $stmtTags->bind_param("i", $appId); + $stmtTags->execute(); + $resultTags = $stmtTags->get_result(); + $tags = []; + while ($tag = $resultTags->fetch_assoc()) { + $tags[] = $tag['name']; + } + if (!empty($tags)): ?> +

标签:

+