Commit 8e70d4ad by HouTiZhuo

支付有礼 fix

parent 5deff034
......@@ -132,7 +132,7 @@
this.isShowIntegral = true;
}
const info = this.giftsInfo.getPayWithCourtesyInfoForShopRespDTO;
if (info && (info.payWithCourtesyIntegralRedemptionPageRespDTO || info.detailCouponInfoResponseDTO)) {
if (info && !info.flagJoinPayWithCourtesy && (info.payWithCourtesyIntegralRedemptionPageRespDTO || info.detailCouponInfoResponseDTO)) {
this.isShowGifts = true;
this.savePayWithCourtesyIntegral();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment