This commit is contained in:
zhaofang
2022-06-14 18:46:47 +08:00
parent 8c7599ff55
commit 0936096121
2 changed files with 7 additions and 2 deletions

View File

@@ -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) {