任务看完广告提示优化

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,
})
}