@@ -754,11 +754,10 @@ h2 {
}
function getOrderList(that){
let type = $(that).data("type");
-
+ alert(page)
if(type == 1){
let tmp_page = page - 1;
if(tmp_page <= 0){
- alert(1)
layx.msg('已经是第一页了',{dialogIcon:'warn', position:'cc'});
return;