🐛 fix: 修复bug
This commit is contained in:
parent
b7964b11e6
commit
724d436dc5
|
@ -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('请输入兑换账号!');
|
||||||
|
|
Loading…
Reference in New Issue