Commit 5b2af201 authored by Guo Yuhang's avatar Guo Yuhang

fix:init picarr question

Signed-off-by: Guo Yuhang's avatar郭宇航 <guoyuhang@iplayabc.com>
parent 9d2bb7c2
......@@ -98,8 +98,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
getDefaultPicArr() {
let arr = [];
let item = this.cardItemData();
for (let index = 0; index < 8; index++) {
let item = this.cardItemData();
arr.push(item);
}
return arr;
......
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