修改评分请求接口参数

This commit is contained in:
lcc
2024-10-31 17:34:13 +08:00
parent 4f663e0b6a
commit 1f8c8b57ed
+2 -2
View File
@@ -84,8 +84,8 @@ Page({
//获取排行列表
getScoreDetail() {
let params = {};
params['day_type'] = this.data.tab_date_cur
params['type'] = this.data.tab_rank_cur
params['day_type'] = 0
params['type'] = 0
_.apiQuery.appScoreDetail(params).then(res => {
this.setData({
list: res.data.data,