Commit 8ee17664 authored by 任国军's avatar 任国军

add courseInfo img

parent 19ef3c78
Pipeline #25348 passed with stage
in 6 seconds
...@@ -130,6 +130,7 @@ class InstitutionSubService extends Service { ...@@ -130,6 +130,7 @@ class InstitutionSubService extends Service {
images.push({ images.push({
id: v.id, id: v.id,
url: v.is_video > 0 ? v.video_url : v.image_url, url: v.is_video > 0 ? v.video_url : v.image_url,
img: v.image_url,
is_video: v.is_video, is_video: v.is_video,
}); });
} }
......
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