@@ -938,11 +938,13 @@ function clickOpenRedPacket() {
}
function handleRedPacket() {
+ state.loading_show = true
getRedPacket({
params: {
postId: state.postId
}).then((res) => {
+ state.loading_show = false
if (res.code == 0) {
showOpenedPage()
init()