@@ -1511,11 +1511,10 @@ function handleRedPacket() {
postId: state.postId
}
}).then((res) => {
- state.loading_show = false
if (res.code == 0) {
- showOpenedPage()
init()
} else {
+ state.loading_show = false
handleErrorCode(res)
}).catch(() => {