Commit 49200c9f authored by 黄奎's avatar 黄奎

页面修改

parent c97f6771
......@@ -145,6 +145,10 @@ namespace Edu.Module.Question
}
obj = listenList;
break;
//共用选择题
case "sharing-choose":
obj = Common.Plugin.JsonHelper.DeserializeObject<List<List<matchingItem>>>(data);
break;
//其它题
case "other":
obj = data;
......
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