Commit f58533b7 authored by 1486327116's avatar 1486327116

update

parent b7ca65bc
...@@ -325,6 +325,7 @@ export async function mixinCoinList(param: ListParam) { ...@@ -325,6 +325,7 @@ export async function mixinCoinList(param: ListParam) {
export async function nftList() { export async function nftList() {
let resList = await nftCollection.prototype.findAndCount({ let resList = await nftCollection.prototype.findAndCount({
attributes:['id','name','icon_url','symbol','chain_type'],
order: [["id", "desc"]], order: [["id", "desc"]],
raw: true raw: true
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment