feature: video rank list add vc_clicks

This commit is contained in:
Default
2025-05-05 14:15:21 +08:00
parent 4400055b06
commit 017572b170
4 changed files with 22 additions and 13 deletions

View File

@@ -155,9 +155,9 @@ EOT;
{
$page = $tag['page'] ?? '0';
$limit = $tag['limit'] ?? '10';
$buttov_num = $tag['buttov_num'] ?? '10';
$v_class = $tag['v_class'] ?? 'all';
$v_category = $tag['v_category'] ?? "all";
$button_num = $tag['button_num'] ?? '10';
// $v_class = $tag['v_class'] ?? 'all';
// $v_category = $tag['v_category'] ?? "all";
$sort_type = $tag['sort_type'] ?? "";
@@ -183,9 +183,9 @@ EOT;
$page = $this->customBuildVar($page);
$limit = $this->customBuildVar($limit);
$buttov_num = $this->customBuildVar($buttov_num);
$button_num = $this->customBuildVar($button_num);
$v_category = $this->customBuildVar($v_category);
// $v_category = $this->customBuildVar($v_category);
$sort_type = $this->customBuildVar($sort_type);
$v_status = $this->customBuildVar($v_status);
@@ -208,7 +208,7 @@ EOT;
\${$arrDataName} = app(\\app\\services\\VideoService::class)->getVideoPager([
'page' => {$page},
'limit' => {$limit},
'buttov_num' => {$buttov_num},
'button_num' => {$button_num},
'v_category_en' => {$v_category_en},
'v_parent_category_en' => {$v_parent_category_en},
'v_lang_en' => {$v_lang_en},
@@ -254,7 +254,7 @@ EOT;
public function tagList($tag, $content)
{
$count = $tag['count'] ?? '10';
$v_category = $tag['v_category'] ?? "all";
// $v_category = $tag['v_category'] ?? "all";
$sort_type = $tag['sort_type'] ?? "";
$v_status = $tag['v_status'] ?? "all";
$diff_key = $tag['diff_key'] ?? "";
@@ -268,7 +268,7 @@ EOT;
$v_year = $tag['v_year'] ?? "all";
$export_name = $tag['export_name'] ?? '';
$v_category = $this->customBuildVar($v_category);
// $v_category = $this->customBuildVar($v_category);
$sort_type = $this->customBuildVar($sort_type);
$v_status = $this->customBuildVar($v_status);
$diff_key = $this->customBuildVar($diff_key);