feat(cp排行榜): 需要补签提示修复
This commit is contained in:
parent
b65b295ec8
commit
68599e5bbb
@ -324,7 +324,7 @@ const postSignIn = async (rewards) => {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error.response.errorCode == 5000) {
|
if (error.response.errorCode == 5000) {
|
||||||
TipsShow.value = true // 余额不足提示
|
TipsShow.value = true // 余额不足提示
|
||||||
} else if (error.response.errorCode == 3283) {
|
} else if (error.response.errorCode == 3287) {
|
||||||
needCheckInTipsShow.value = true // 需要补签提示
|
needCheckInTipsShow.value = true // 需要补签提示
|
||||||
}
|
}
|
||||||
console.error('签到失败:', error)
|
console.error('签到失败:', error)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user