mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
提交
This commit is contained in:
@@ -31,5 +31,10 @@
|
||||
.u-page{
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.text-tooltip{
|
||||
background: #efeff1 !important;
|
||||
border: 1px solid #e7e7e7 !important;
|
||||
box-shadow: 0px 1px 5px 1px rgba(92,98,111,.3);
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -460,7 +460,7 @@ export default {
|
||||
orderField: 'id'
|
||||
};
|
||||
if (this.caseList.orderType == 2) {
|
||||
params.orderField = 'praises';
|
||||
params.orderField = 'comments';
|
||||
}
|
||||
apiCase.indexList(params).then(res => {
|
||||
if (res.status == 200) {
|
||||
|
||||
Reference in New Issue
Block a user