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