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) => {