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