mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
调试
This commit is contained in:
@@ -483,12 +483,12 @@ export default {
|
||||
},
|
||||
// 计算第一行显示的标签(前5个)
|
||||
firstRowTags() {
|
||||
return this.hotTagsList.slice(0, 7);
|
||||
return this.hotTagsList.slice(0, 8);
|
||||
},
|
||||
|
||||
// 计算第二行显示的标签(剩余标签)
|
||||
secondRowTags() {
|
||||
return this.hotTagsList.slice(3);
|
||||
return this.hotTagsList.slice(8);
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user