Commit 02378b93 authored by 李维's avatar 李维

Bug fix

parent d51e0e2f
......@@ -11,15 +11,15 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
_item: any;
hotZoneItemArrLeft: Array<Object> = [];
questionsLeft;
questionsLeft = [];
bgItemLeft: Object;
hotZoneItemArrMiddle: Array<Object> = [];
questionsMiddle;
questionsMiddle = [];
bgItemMiddle: Object;
hotZoneItemArrRight: Array<Object> = [];
questionsRight;
questionsRight = [];
bgItemRight: Object;
title = {
......
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