📝 docs: 增加注释
This commit is contained in:
parent
724d436dc5
commit
cfae59950a
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue