mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化排序
This commit is contained in:
parent
cc567d454f
commit
d9076a8001
@ -112,8 +112,7 @@
|
||||
item.radio = ''
|
||||
}
|
||||
})
|
||||
|
||||
that.titles = _data.data;
|
||||
that.titles = _data.data.sort(function(a,b){return a.seq - b.seq});
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user