|
|
@@ -9,11 +9,11 @@ Page({
|
|
|
width: "",
|
|
|
id: "1"
|
|
|
}, {
|
|
|
- label: "创建时间",
|
|
|
- icon: "icon-quxiao",
|
|
|
+ label: "排序",
|
|
|
+ icon: "icon-shengxu",
|
|
|
color: "",
|
|
|
width: "",
|
|
|
- id: "3"
|
|
|
+ id: "sort"
|
|
|
}, {
|
|
|
label: "筛选",
|
|
|
icon: "icon-shaixuan",
|
|
|
@@ -146,6 +146,7 @@ Page({
|
|
|
'content.pageNumber': res.pageNumber + 1,
|
|
|
'content.pageTotal': res.pageTotal,
|
|
|
'content.total': res.total,
|
|
|
+ 'content.sort': res.sort,
|
|
|
list: res.pageNumber == 1 ? res.data : this.data.list.concat(res.data)
|
|
|
})
|
|
|
this.getTags();
|