Browse Source

refactor(download): 移除内容分页组件中的排序参数

- 移除了 hcTaglib:contentPage 标签中的 sort="sort asc" 参数
- 简化了内容列表的查询逻辑
- 保持了原有的内容展示功能不变
master
zhangf@suq.cn 2 weeks ago
parent
commit
8a3ae8badc
  1. 2
      public/themes/website/1/zh/demo/download.html

2
public/themes/website/1/zh/demo/download.html

@ -104,7 +104,7 @@
</form>
</div>
<div class="d-list">
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo" sort="sort asc"}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo"}
{php}$dl_file = $vo['url'] ?? ($vo['thumbnail']['url'] ?? '');{/php}
<div class="d-item">
<a class="d-item__main" href="{$dl_file}" target="_blank" rel="noopener" title="预览">

Loading…
Cancel
Save