@@ -428,6 +428,9 @@ const loadMoreList =async()=>{
if (res.code === 200) {
total.value = res.total
orderList.value = orderList.value.push(res.rows)
+ // if (total.value<page.value*pageSize.value){
+ // isBottom.value= true
+ // }
}