Commit 281b06ee authored by 黄奎's avatar 黄奎

页面修改

parent a571c1d6
......@@ -226,6 +226,11 @@
var tempArray = res.Data;
if (tempArray && tempArray.length > 0) {
this.firstTypeList = tempArray.slice(0, 5);
tempArray.forEach(item => {
if (item.Key == 'single-number') {
this.firstTypeList.push(item);
}
})
}
}
});
......
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