From 188527c8724cf1eb3244552bad5bae8e8cd001c2 Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Wed, 9 Apr 2025 12:34:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(regiest):=20=20bug-5=20=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E9=98=85=E8=AF=BB=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/regiest/index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/regiest/index.vue b/pages/regiest/index.vue index dad068b..1a902e7 100644 --- a/pages/regiest/index.vue +++ b/pages/regiest/index.vue @@ -463,7 +463,7 @@ - + { - if (this.agreementShow.length == 0) { - uni.showToast({ - title: '请阅读并同意购买协议', - icon: "none", - duration: 1500, - }); - return; - } + // if (this.agreementShow.length == 0) { + // uni.showToast({ + // title: '请阅读并同意购买协议', + // icon: "none", + // duration: 1500, + // }); + // return; + // } this.isLoading = true; let deleteList = []; this.shoppingArr.forEach((item) => {