feat: add article demo videos and category counts

This commit is contained in:
王鹏
2026-08-17 15:50:17 +08:00
parent cf40df23f4
commit 6d847bdd86
5 changed files with 155 additions and 20 deletions

View File

@@ -23,13 +23,13 @@
<view class='cu-tag round light' :class="'bg-' + item.name">{{item.title}}</view>
</view>
</view>
<!-- 热门文章 -->
<!-- 搜索结果 -->
<view class="titel-felx">
<view class="time-img">
<image style="width: 100%;height: 100%;" src="https://img.yidaima.cn/feast/dstrict-3.svg" mode=""></image>
</view>
<view class="titel-h-go">
热门文章
搜索结果
</view>
</view>
<!-- 文章列表 -->
@@ -157,7 +157,7 @@
isShow: 1,
articleType: null,
keyword: null,
orderType: "look_number"
orderType: "create_time"
},
bLogTypeList: [],
total: 0,
@@ -202,7 +202,7 @@
isShow: 1,
articleType: null,
keyword: null,
orderType: "look_number"
orderType: "create_time"
}
this.searchValue = null
this.getBlogList()