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

Bug fix

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