添加报错提示

This commit is contained in:
yj 2025-03-03 10:41:40 +08:00
parent 26f567ffd4
commit d6bdecc359
1 changed files with 8 additions and 0 deletions

View File

@ -146,7 +146,15 @@ Page({
token: res[0].data, token: res[0].data,
appid: res[1].data appid: res[1].data
}) })
} else {
this.setData({
isJoin: false
})
} }
}).catch(() => {
this.setData({
isJoin: false
})
}) })
}, },
getCode(callBack?) { getCode(callBack?) {