From c2415ea14f47441f74960bea9da336467ba72876 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 15 Jun 2022 17:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=90=A5=E9=94=80=E8=AE=A1=E5=88=92-?= =?UTF-8?q?=E7=AB=8B=E5=87=8F=E9=87=91C=E7=AB=AF=E3=80=91=E5=85=91?= =?UTF-8?q?=E6=8D=A2=E7=A0=81=E6=9A=82=E5=81=9C=EF=BC=8C=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=82=B9=E5=87=BB=E5=95=86=E5=93=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homepage.html b/homepage.html index f7df4e5..cf0a6d9 100644 --- a/homepage.html +++ b/homepage.html @@ -428,6 +428,8 @@ this.tiptext = '当前商品不可兑换'; } else if (gstatus == 8) { //已兑换次数 this.tiptext = '当前商品正在兑换中'; + }else if (gstatus == 10) { //暂停 + this.tiptext = '该商品暂无法兑换'; } } },