This commit is contained in:
张成
2025-12-09 14:41:21 +08:00
parent 0d2d2e8c9f
commit 8b314b9900
3 changed files with 12 additions and 15 deletions

View File

@@ -150,7 +150,8 @@ class GameDetailService {
business_id: number
}>> {
return httpService.post('/user/create_activity_id', req, {
showLoading: false
showLoading: false,
showToast: false,
})
}