任务看完广告提示优化

This commit is contained in:
GaoHao 2025-01-18 09:45:59 +08:00
parent a299b8e846
commit 8622676ebf
2 changed files with 5 additions and 2 deletions

View File

@ -58,6 +58,7 @@ export const realNameAuth = (data) => {
export const canCash = (data) => {
return http.request({
url: '/cash/canCash',
showLoading: false,
})
}

View File

@ -4,7 +4,8 @@ import http from '@/http/http.js'
export const selectTaskCenter = (data) => {
return http.request({
url: '/taskCenter/selectTaskCenter',
data
data,
showLoading:false
})
}
// 兑换列表
@ -19,7 +20,8 @@ export const selectTaskCenterUserReward = (data) => {
export const getUserSignData = (data) => {
return http.request({
url: 'userSignRecord/getUserSignData',
data
data,
showLoading:false
})
}
export const receiveGoods = (data) => {