路泰科技体检小程序UI设计新版本
1
wwl
2025-08-05 5bfc1352e82140ac098b9f0537cc7d1457c87122
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) {