mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
提交
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