mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +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">
|
<div class="modules-title" style="margin-top:22px">
|
||||||
<span class="modules-text">推荐问答</span>
|
<span class="modules-text">推荐问答</span>
|
||||||
<span class="quyer-tag">
|
<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>
|
<a :class="qaList.orderType == '' ? 'current' : ''" @click="changeQaOrder('')">最新</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="more">
|
<span class="more">
|
||||||
@@ -590,7 +590,7 @@
|
|||||||
},
|
},
|
||||||
qaList: {
|
qaList: {
|
||||||
num: 4,
|
num: 4,
|
||||||
orderType: 'praises',
|
orderType: 'views',
|
||||||
list: []
|
list: []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user