feat: add article demo videos and category counts
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user