任务看完广告提示优化
This commit is contained in:
@@ -58,6 +58,7 @@ export const realNameAuth = (data) => {
|
||||
export const canCash = (data) => {
|
||||
return http.request({
|
||||
url: '/cash/canCash',
|
||||
showLoading: false,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user