文章可设置类型用于不同而类型

This commit is contained in:
augushong
2020-05-07 21:33:59 +08:00
parent 642dc3a568
commit c4dcc1f6b6
14 changed files with 57 additions and 42 deletions

View File

@@ -366,7 +366,8 @@
}
function loadTags() {
$.get('{:url("Tag/index")}', {
page: tagPage
page: tagPage,
type:'{$Request.param.type}'
}, function (result) {
tagPage++;
result.data.data.forEach(tag => {