提交 faf07da2 作者: 毛细亚

🐞 fix: 优化VIP工具组件游戏账号逻辑

上级 6391203f
...@@ -237,13 +237,23 @@ export default { ...@@ -237,13 +237,23 @@ export default {
this.sendGameCode() this.sendGameCode()
}, },
sendGameCodeCopyDialog(items) { sendGameCodeCopyDialog(items) {
this.game_name = items.name if (items.package_type !== 1) {
this.initGiftCodeForm() if (this.accountSelect && this.bindGameUserList.length > 0) {
this.giftCodeForm.gift_package_id = items.id this.game_name = items.name
if (items.package_type == 3) { this.initGiftCodeForm()
this.dialogVisible = true this.giftCodeForm.gift_package_id = items.id
if (items.package_type == 3) {
this.dialogVisible = true
} else {
this.sendGameCode()
}
} else {
this.$message.warning('请先关联游戏账号')
}
} else { } else {
this.sendGameCode() this.giftCodeForm.gift_package_id = items.id
this.sendGameGiftCode(type)
} }
}, },
// 发送礼包码 // 发送礼包码
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论