// 如果翻页的时候页面没有数据的话 接口返回的数组长度为0的时候 直接阻止 if (res.data.data.goods_list.length == 0) { this.setData({ flag: false, }) return }