路泰科技体检小程序UI设计新版本
qx
2025-08-06 fe97f78b9a343ee9fa45a3531d03d73dcd1df31b
pagesA/appointment/appointment.vue
@@ -63,7 +63,11 @@
                        <text class="currency">¥</text>
                        <text class="amount">{{ item.price }}</text>
                     </view>
<<<<<<< HEAD
                     <text class="book-count">预约量{{ item.bookCount || 0 }}</text>
=======
                     <text class="book-count">预约量{{ item.bookCount }}+</text>
>>>>>>> master
                  </view>
               </view>
            </view>
@@ -159,12 +163,19 @@
         //点击重置按钮
<<<<<<< HEAD
      resetChoosedList() {
         this.choosedList = []
         this.categoryId = "" // 如果你需要也把筛选条件清空
         this.getList() // 重新获取数据
         this.$refs.selectPopup.close()
      },
=======
         resetChoosedList() {
            this.choosedList = []
            this.$refs.selectPopup.close()
         },
>>>>>>> master
         //点击确定按钮
         submit() {
            if (this.choosedList.length == 1) {