From 821d11ce94143efab85a228bdb3994fe9140f43a Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 18 Aug 2023 15:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20hotfix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=BA=BF=E4=B8=8Abug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 4 ++-- reduce.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exchange.html b/exchange.html index 36d82c0..ca391e3 100644 --- a/exchange.html +++ b/exchange.html @@ -119,7 +119,7 @@
-

{{this.successTip}}

+

{{this.successTip}}

我知道啦
@@ -324,7 +324,7 @@ // 查询订单接口 if (this.goodInfo.product_type === 2) { if (this.goodInfo.card_show == 2) { - this.successTip = '兑换成功,请到页面左下角“订单”(订单列表处)查看卡密信息!'; + this.successTip = '兑换成功,请到页面左下角"订单"(订单列表处)查看卡密信息!'; } else { this.successTip = '兑换成功,请到注意查收手机短信!'; } diff --git a/reduce.html b/reduce.html index 28ac95a..f137abd 100644 --- a/reduce.html +++ b/reduce.html @@ -155,10 +155,10 @@ goodsDetail = JSON.parse(sessionStorage.getItem("goodsInfo")); this.goodInfo = goodsDetail; /*默认显示*/ - if (goodsDetail.available != 1) { - this.openErrorDialog(product_status(goodsDetail.available, goodsDetail)); - this.bindClick = true; - } + // if (goodsDetail.available != 1) { + // this.openErrorDialog(product_status(goodsDetail.available, goodsDetail)); + // this.bindClick = true; + // } goodsCount = sessionStorage.getItem('goodsCount'); this.backAble = goodsCount > 1;//多个商品才有返回 this.reduceInfo = goodsDetail.entity;