Browse Source

Update yftOrder.tpl

NimaQu 7 years ago
parent
commit
35c82efff5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/material/admin/yftOrder.tpl

+ 2 - 2
resources/views/material/admin/yftOrder.tpl

@@ -69,7 +69,7 @@
         }else if ("next" == type){
             if (currentPage == countPage){
             }else {
-                window.location.href = "/admin/yftOrder?page=" + {$currentPage -1};
+                window.location.href = "/admin/yftOrder?page=" + {$currentPage +1};
             }
         }else if ("end" == type){
             if (countPage == currentPage){
@@ -78,4 +78,4 @@
             }
         }
     }
-</script>
+</script>