lvhao há 8 horas atrás
pai
commit
8db641e091
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      template/erp/workshopshow_xdshow.html

+ 1 - 1
template/erp/workshopshow_xdshow.html

@@ -733,6 +733,7 @@ h2 {
     function mgbhorders(type = 0){
         $.post("/workshopshow/mgbhorders",{page:page},function(res){
             if(res.code == 1){
+                alert(type)
                 if(type == 1){
                     page = page -1;
                 }else{
@@ -754,7 +755,6 @@ h2 {
     }
     function getOrderList(that){
         let type = $(that).data("type");
-
         if(type == 1){
             let tmp_page = page - 1;
             if(tmp_page <= 0){