jiangping
2025-03-11 fb7fa6a1deb4b52da8e7708265a927b3cf4564b8
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: {