From 3f16ee63ae1194c8f3ac6569f7a9918343cbbd1a Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 8 Jan 2024 19:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/lookCard.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) {