From deaf8c75393b8ff0d6f0b2f6956480276b2509e0 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 9 Nov 2023 16:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20delete:=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=98=B5=E7=A7=B0=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/details.html | 1 - exchange.html | 1 - 2 files changed, 2 deletions(-) diff --git a/coupon/details.html b/coupon/details.html index 56d5990..f44d8bc 100644 --- a/coupon/details.html +++ b/coupon/details.html @@ -455,7 +455,6 @@ switch (Number(this.productType)) { case 0: this.placeholder = "请输入昵称"; - regFlag = nameReg; break; case 1: regFlag = phoneReg; diff --git a/exchange.html b/exchange.html index ca391e3..9fc726a 100644 --- a/exchange.html +++ b/exchange.html @@ -257,7 +257,6 @@ let regflag = true; if (this.productType == 0) { this.placeholder = "请输入昵称"; - regflag = namereg; } else if (this.productType == 1) { regflag = phonereg; } else if (this.productType == 2) {