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;