提交 faf07da2 作者: 毛细亚

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

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