Commit aef36fe4 authored by Tt's avatar Tt

基础逻辑完成,构建整体的逻辑顺序即可

parent aff5e241
...@@ -2,6 +2,7 @@ class Card { ...@@ -2,6 +2,7 @@ class Card {
constructor(picItem, cardId) { constructor(picItem, cardId) {
this.cardId = cardId; this.cardId = cardId;
this.type = CardManager.TYPE_IMG; this.type = CardManager.TYPE_IMG;
this.right = picItem.radioValue == "1";
this.img = picItem.pic_url; this.img = picItem.pic_url;
this.audio = picItem.audio_url; this.audio = picItem.audio_url;
} }
......
This diff is collapsed.
This diff is collapsed.
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