From 3e245018c7cf4db7fc3280429d9a5a11ec6701bc Mon Sep 17 00:00:00 2001 From: "DESKTOP-FUS91B7\\Showeasy" Date: Fri, 3 Mar 2023 14:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B2=E6=8E=A5=20BookingDetail=20(API)?= =?UTF-8?q?=EF=BC=8C=E4=B8=A6=E6=B8=B2=E6=9F=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/components/user/bookingListContent.vue | 6 +----- FrontEnd/components/user/userServiceItem.vue | 10 +++++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/FrontEnd/components/user/bookingListContent.vue b/FrontEnd/components/user/bookingListContent.vue index 2323607..10873ed 100644 --- a/FrontEnd/components/user/bookingListContent.vue +++ b/FrontEnd/components/user/bookingListContent.vue @@ -289,14 +289,10 @@ export default { this.$axios .get(`/trending/api/BookingOnline/BookingCardList?SubCategoryIDs=${JSON.stringify(this.subCategoryIDs)}&BookingStatuses=${JSON.stringify(this.bookingStatus)}&PaymentStatuses&Lang=${this.$i18n.localeProperties["langQuery"]}`) .then((response) => { - console.log(JSON.stringify(response)); if(response && response.data && response.data.DATA && response.data.DATA.rel){ let data = response.data.DATA.rel if(data){ - this.bookingList = data; - // const bookingitem = this.bookingList; - console.log(this.bookingList[0].BookingItem); - + this.bookingList = data; } } }) diff --git a/FrontEnd/components/user/userServiceItem.vue b/FrontEnd/components/user/userServiceItem.vue index 03a2df5..bb4dd9a 100644 --- a/FrontEnd/components/user/userServiceItem.vue +++ b/FrontEnd/components/user/userServiceItem.vue @@ -33,11 +33,11 @@ #{{ info.BookingNo }} -
- {{ info.BookingItem }} - +
+ {{ item }}