* + score in all model

This commit is contained in:
滔哥
2017-10-27 11:15:28 +08:00
29 changed files with 391 additions and 89 deletions
+1
View File
@@ -545,6 +545,7 @@ class basePager
vars = vars.replace('_recTotal_', recTotal)
vars = vars.replace('_recPerPage_', recPerPage)
vars = vars.replace('_pageID_', pageID);
$.get(createLink('score', 'ajax', "method=submitPage"));
location.href=createLink('$this->moduleName', '$this->methodName', vars);
}
</script>