This commit is contained in:
daihh
2022-10-31 22:41:28 +08:00

View File

@@ -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: []
}
};