提交 22ef5705 authored 作者: lihuihui's avatar lihuihui

修改接口请求参数

上级 563dcaf1
......@@ -103,7 +103,8 @@ export default {
}],
homeList: [], // 从后台请求
param: {
course_type: 1
course_type: 1,
order_type: 'begin_date'
},
timeInterval: null,
newLiveMsg: {}
......@@ -164,6 +165,7 @@ export default {
delete this.param[_data.key]
} else {
this.param[_data.key] = _data.val
this.param.order_type = 'begin_date'
}
/* 调用接口 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论