lvhao 15 시간 전
부모
커밋
61b77dbb0f
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      template/erp/workshopshow_xdshow.html

+ 6 - 1
template/erp/workshopshow_xdshow.html

@@ -743,7 +743,12 @@ h2 {
                 let outputHtml =  ejs.render(tplStr, {data: res.data});
                 $("#bh_box").html(outputHtml);
             }else{
-                layx.msg(res.msg);
+                if(type == 1){
+                    page = page + 1;
+                }else{
+                    page = page - 1;
+                }
+                layx.msg('已经是第一页了',{dialogIcon:'warn', position:'cc'});
             }
         },'json')
     }