Commit e9593722 authored by liujiangnan's avatar liujiangnan

feat: 默认图片

parent 7a52f778
...@@ -51,8 +51,8 @@ export class PlayComponent implements OnInit { ...@@ -51,8 +51,8 @@ export class PlayComponent implements OnInit {
contentObj: { contentObj: {
list: [ list: [
{text: 'banana', options: [ {text: 'banana', options: [
{pic_id: "../../assets/daily-conversation/2.png"}, {pic_id: "assets/daily-conversation/2.png"},
{pic_id: "../../assets/daily-conversation/3.png"} {pic_id: "assets/daily-conversation/3.png"}
]} ]}
] ]
} }
......
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