📝 docs: 增加注释

This commit is contained in:
wangsongsole 2024-01-16 11:05:23 +08:00
parent 724d436dc5
commit cfae59950a
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@
return;
}
/* 当只有一个卡密商品、为线上查看卡密且只能兑换一次时执行 */
if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble && this.goodsDetail.restrict == 1) {
return this.surexchangeBtn();
}