liukangdong
2025-03-12 908ce43ff21c2068ef5148b0a417423c8ed9eae5
pda/pages/index/queueup.vue
@@ -164,7 +164,13 @@
  },
   onReachBottom() {
      if(this.total > this.platformLineUpList.length){
         this.page ++
         this.getList()
      }else{
         uni.showToast({
            title:'暂无更多数据',
            icon: 'none'
         })
      }
   },
  methods: {