From 25a729d1ef36f3c1cd09497faf55459df5902713 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 3 Nov 2022 17:12:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=A1=B5=E6=94=AF=E4=BB=98=E5=BC=B9=E7=AA=97=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=8F=8D=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/settlement.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon/settlement.html b/coupon/settlement.html index 5ce7bd9..ca1d0d9 100644 --- a/coupon/settlement.html +++ b/coupon/settlement.html @@ -134,7 +134,7 @@ returnParam[paramSplit[0]] = paramSplit[1]; }); this.orderNumber = Boolean(returnParam.orderNumber) - this.payType = Number(returnParam.payType) + this.payType = Number(returnParam.payType) || 1 }, methods: {