weimingfei
3 小时以前 c7376f8d1091b70597ba4430a281496b585b386e
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: {