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