feat(cp排行榜): 金币不足提示修复
This commit is contained in:
parent
b495ae3b7a
commit
3951680afc
@ -322,7 +322,7 @@ const postSignIn = async (rewards) => {
|
||||
updateNumbers() // 更新数据
|
||||
}
|
||||
} catch (error) {
|
||||
if (error.response.errorCode == 5000) {
|
||||
if (error.response.errorCode == 500) {
|
||||
TipsShow.value = true // 余额不足提示
|
||||
} else if (error.response.errorCode == 3287) {
|
||||
needCheckInTipsShow.value = true // 需要补签提示
|
||||
@ -340,7 +340,7 @@ const postSignInSupplement = async (dayIndex) => {
|
||||
updateNumbers() // 更新数据
|
||||
}
|
||||
} catch (error) {
|
||||
if (error.response.errorCode == 5000) {
|
||||
if (error.response.errorCode == 500) {
|
||||
TipsShow.value = true // 余额不足提示
|
||||
} else if (error.response.errorCode == 3283) {
|
||||
needCheckInTipsShow.value = true // 需要补签提示
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user