lvhao 8 小時之前
父節點
當前提交
8db641e091
共有 1 個文件被更改,包括 1 次插入1 次删除
  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){