From 9d4315f9583fd68c5f1e848061c6b0aa5d2b010c Mon Sep 17 00:00:00 2001 From: 18300102974 Date: Thu, 2 Mar 2023 18:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=A1=E8=BB=8A=E9=A1=9E?= =?UTF-8?q?=E5=9E=8B=E5=92=8C=E4=BF=AE=E6=94=B9=E6=A0=A1=E9=A9=97=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/pages/service/_id.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FrontEnd/pages/service/_id.vue b/FrontEnd/pages/service/_id.vue index 93482ce..611a955 100644 --- a/FrontEnd/pages/service/_id.vue +++ b/FrontEnd/pages/service/_id.vue @@ -583,7 +583,7 @@ export default { .catch((error) => console.log(error)); }, async getServiceItems() { - this.showCardItem = true; + this.showCardItem = false; await this.$axios .get(`trending/api/Onsite/ServiceItems?Lang=${this.$i18n.localeProperties["langQuery"]}&ServiceID=${this.$route.params.id}`) .then((response) => { @@ -769,7 +769,7 @@ export default { } } } - if(this.quantitySelectList.length>0){ + if(this.showCardItem){ validators = this.$refs.ref_quantitySelectGroup.validators(); if(validators==false){ // this.pickupServiceShow = true;