Commit c6210093 authored by yu's avatar yu

1

parent 29feead2
...@@ -58,7 +58,7 @@ export class Item { ...@@ -58,7 +58,7 @@ export class Item {
this.bgItem = data.bgItem; this.bgItem = data.bgItem;
this.hotZoneItemArr = data.hotZoneItemArr; this.hotZoneItemArr = data.hotZoneItemArr;
this.page = page; this.page = page;
this.type = data.type; this.type = data.type || "txt";
this.image = data.image || ""; this.image = data.image || "";
this.optionList = data.options.map((o, idx) => { this.optionList = data.options.map((o, idx) => {
......
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