提交 10f6875d 作者: 毛细亚

🐞 fix: 优化VIP工具发送逻辑

上级 faf07da2
......@@ -249,11 +249,10 @@ export default {
}
} else {
this.$message.warning('请先关联游戏账号')
}
} else {
this.giftCodeForm.gift_package_id = items.id
this.sendGameGiftCode(type)
this.sendGameCode()
}
},
// 发送礼包码
......@@ -267,7 +266,7 @@ export default {
role_name: this.giftCodeForm.role_name,
role_id: this.giftCodeForm.role_id,
gift_package_id: this.giftCodeForm.gift_package_id,
user_type: 1
user_type: 3
}
const res = await sendGiftCode(data)
if (res.status_code === 1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论