Commit 445235f5 by lixinming
parents fe37d03e ab0aaa8d
......@@ -38,7 +38,7 @@ export async function list() {
subType,
name,
display:display == STATE.,
count:11
count:"-"
});
} else {
videoList.push({
......@@ -46,7 +46,7 @@ export async function list() {
subType,
name,
display:display == STATE.,
count:11
count:"-"
});
}
});
......
......@@ -27,7 +27,7 @@ export async function list() {
dbList.forEach(info => {
let {id, name, display} = info;
dataList.push({
id,name,count:88, display:display == STATE.
id,name,count:"-", display:display == STATE.
});
});
......
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