mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
课程排序改成最热
This commit is contained in:
@@ -453,7 +453,7 @@
|
||||
let query = {
|
||||
pageIndex:curData.pageIndex,
|
||||
pageSize:10,
|
||||
orderField:'',
|
||||
orderField:'studys',
|
||||
topOrder:true,
|
||||
orderAsc:false,
|
||||
device:2,
|
||||
@@ -474,7 +474,7 @@
|
||||
if(this.conType==0){
|
||||
query.orderField='studys';
|
||||
}else if(this.conType==1){
|
||||
query.orderField='publishTime';
|
||||
query.orderField='studys';
|
||||
}
|
||||
|
||||
if(this.dataFilter.courseParams.scenes){
|
||||
|
||||
Reference in New Issue
Block a user