From 2201b678164ba1c41aadd9dcb01194fa0d732e36 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Tue, 8 Oct 2024 10:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82497?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 4 ++-- packkey/exchange.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exchange.html b/exchange.html index 65acb3c..b1618c4 100644 --- a/exchange.html +++ b/exchange.html @@ -293,8 +293,8 @@ //兑换商品 exchangeGoodsFn () { if (goodsDetail.available != 1) { - if(this.goodsDetail.available === 23 && this.goodsDetail.available.period_tips_text) { - return this.openErrorDialog(this.goodsDetail.available.period_tips_text) + if(this.goodsDetail.available === 23 && this.goodsDetail.period_tips_text) { + return this.openErrorDialog(this.goodsDetail.period_tips_text) } else { return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail)); } diff --git a/packkey/exchange.html b/packkey/exchange.html index 393325d..691bc19 100644 --- a/packkey/exchange.html +++ b/packkey/exchange.html @@ -341,8 +341,8 @@ //兑换商品 exchangeGoodsFn () { if (goodsDetail.available != 1) { - if(this.goodsDetail.available === 23 && this.goodsDetail.available.period_tips_text) { - return this.openErrorDialog(this.goodsDetail.available.period_tips_text) + if(this.goodsDetail.available === 23 && this.goodsDetail.period_tips_text) { + return this.openErrorDialog(this.goodsDetail.period_tips_text) } else { return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail)); }