This commit is contained in:
Paidax
2024-12-27 10:32:31 +08:00
parent a45b3d638a
commit d2caf57a55
4 changed files with 28 additions and 20 deletions
@@ -647,13 +647,15 @@ layout("/mobile/platform.html"){
})
if (code === 0) {
this.getUserSelection(this.projectId)
this.$modal.msgSuccess(msg)
this.$modal.msgSuccess("您已完成本次福利选择。")
} else {
this.$modal.msgError(msg)
}
this.confirmPopup = false
await this.getProjectInfo()
window.location.reload()
setTimeout(() => {
window.location.reload()
}, 1000)
},
//查看详情