lvhao 13 hours ago
parent
commit
61b77dbb0f
1 changed files with 6 additions and 1 deletions
  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')
     }