🐛 fix: 修复bug

This commit is contained in:
wangsongsole 2024-01-16 10:54:56 +08:00
parent b7964b11e6
commit 724d436dc5
1 changed files with 4 additions and 2 deletions

View File

@ -259,9 +259,11 @@
this.popboxshow = true; this.popboxshow = true;
this.popboxtype = '兑换'; this.popboxtype = '兑换';
return; return;
} else { }
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble && this.goodsDetail.restrict == 1) {
return this.surexchangeBtn(); return this.surexchangeBtn();
}; }
if (!this.account) { if (!this.account) {
this.openDialog('请输入兑换账号!'); this.openDialog('请输入兑换账号!');