diff --git a/coupon/lookCard.html b/coupon/lookCard.html
index 1a21c28..428a132 100644
--- a/coupon/lookCard.html
+++ b/coupon/lookCard.html
@@ -49,7 +49,7 @@
{{cardData.status===3?'卡密兑换失败,请重新兑换':'卡密正在生成中,请稍后刷新再查看'}}
重新兑换
-
点击刷新
+
点击刷新
@@ -65,7 +65,7 @@
{{cardData.status===3?'卡密兑换失败,请重新兑换':'卡密正在生成中,请稍后刷新再查看'}}
重新兑换
-
点击刷新
+
点击刷新
@@ -83,7 +83,7 @@
{{cardData.status===3?'卡密兑换失败,请重新兑换':'卡密正在生成中,请稍后刷新再查看'}}
重新兑换
-
点击刷新
+
点击刷新
@@ -113,7 +113,7 @@
created () {
- this.getInfo();
+ this.getInfo(true);
},
methods: {
@@ -128,9 +128,9 @@
this.openDialog('复制成功');
},
- getInfo () {
+ getInfo (loading = false) {
const orderNumber = localStorage.getItem('orderNumber');
- this.loading = true;
+ this.loading = loading;
/* 获取卡密详情 */
req.axiosGet(`/key/order/detail/${orderNumber}`).then(res => {
if (res.code == 200) {