添加报错提示
This commit is contained in:
parent
26f567ffd4
commit
d6bdecc359
|
|
@ -146,7 +146,15 @@ Page({
|
|||
token: res[0].data,
|
||||
appid: res[1].data
|
||||
})
|
||||
} else {
|
||||
this.setData({
|
||||
isJoin: false
|
||||
})
|
||||
}
|
||||
}).catch(() => {
|
||||
this.setData({
|
||||
isJoin: false
|
||||
})
|
||||
})
|
||||
},
|
||||
getCode(callBack?) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue