From fcc0076c3507bc4e544c3cb3915204937fa46f60 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 06 八月 2025 11:15:42 +0800 Subject: [PATCH] qxtj --- pagesA/appointment/appointment.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pagesA/appointment/appointment.vue b/pagesA/appointment/appointment.vue index ca881b1..aaae71c 100644 --- a/pagesA/appointment/appointment.vue +++ b/pagesA/appointment/appointment.vue @@ -63,7 +63,7 @@ <text class="currency">楼</text> <text class="amount">{{ item.price }}</text> </view> - <text class="book-count">棰勭害閲弡{ item.bookCount }}+</text> + <text class="book-count">棰勭害閲弡{ item.bookCount || 0 }}</text> </view> </view> </view> @@ -159,10 +159,12 @@ //鐐瑰嚮閲嶇疆鎸夐挳 - resetChoosedList() { - this.choosedList = [] - this.$refs.selectPopup.close() - }, + resetChoosedList() { + this.choosedList = [] + this.categoryId = "" // 濡傛灉浣犻渶瑕佷篃鎶婄瓫閫夋潯浠舵竻绌� + this.getList() // 閲嶆柊鑾峰彇鏁版嵁 + this.$refs.selectPopup.close() + }, //鐐瑰嚮纭畾鎸夐挳 submit() { if (this.choosedList.length == 1) { -- Gitblit v1.8.0