🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-04-03 11:49:33 +08:00
parent 36eb3b0e8a
commit abb5356701
2 changed files with 19 additions and 18 deletions

View File

@ -295,17 +295,18 @@
if (goodsDetail.available != 1) {
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
}
/* 卡密商品直接兑换 */
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2) {
/* 当只有一个卡密商品、为线上查看卡密且只能兑换一次时执行 */
if (!this.backAble && this.goodsDetail.restrict == 1) {
return this.surexchangeBtn();
} else {
this.maskshow = true;
this.popboxshow = true;
this.popboxtype = '兑换';
return;
}
/* 当只有一个卡密商品、为线上查看卡密且只能兑换一次时执行 */
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble && this.goodsDetail.restrict == 1) {
return this.surexchangeBtn();
}
/* 京东E卡 */

View File

@ -346,15 +346,15 @@
/* 卡密商品直接兑换 */
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2) {
/* 当只有一个卡密商品、为线上查看卡密且只能兑换一次时执行 */
if (!this.backAble && this.goodsDetail.restrict == 1) {
return this.surexchangeBtn();
} else {
this.maskshow = true;
this.popboxshow = true;
this.popboxtype = '兑换';
return;
}
/* 当只有一个卡密商品、为线上查看卡密且只能兑换一次时执行 */
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble && this.goodsDetail.restrict == 1) {
return this.surexchangeBtn();
}
/* 京东E卡 */