mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
<div class="modules-title" style="margin-top:22px">
|
||||
<span class="modules-text">推荐问答</span>
|
||||
<span class="quyer-tag">
|
||||
<a :class="qaList.orderType == 'praises' ? 'current' : ''" @click="changeQaOrder('praises')">最热</a>
|
||||
<a :class="qaList.orderType == 'views' ? 'current' : ''" @click="changeQaOrder('views')">最热</a>
|
||||
<a :class="qaList.orderType == '' ? 'current' : ''" @click="changeQaOrder('')">最新</a>
|
||||
</span>
|
||||
<span class="more">
|
||||
@@ -590,7 +590,7 @@
|
||||
},
|
||||
qaList: {
|
||||
num: 4,
|
||||
orderType: 'praises',
|
||||
orderType: 'views',
|
||||
list: []
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user