feature: video rank list add vc_clicks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user