Commit 8c1653d8 by Administrator

'课程表点击课程章节无效'

parent 0418588e
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<div class="layout_h" style="margin-left: 0.75rem;margin-right: 0.75rem;"> <div class="layout_h" style="margin-left: 0.75rem;margin-right: 0.75rem;">
<van-icon size="16" :name="isVideoLocked(child) ? '__THEME__/img/locked.png' : '__THEME__/img/unlocked.png'" ></van-icon> <van-icon size="16" :name="isVideoLocked(child) ? '__THEME__/img/locked.png' : '__THEME__/img/unlocked.png'" ></van-icon>
<div class="layout_v weight_full" style="margin-left: 0.5rem;"> <div class="layout_v weight_full" style="margin-left: 0.5rem;">
<php>dump(child)</php> <php>dump({{child}})</php>
<span class="text_14_400 color_333333">{{child.title}}</span> <span class="text_14_400 color_333333">{{child.title}}</span>
<span class="text_12_400 color_999999" style="margin-top: 0.25rem;">{{child.duration}}</span> <span class="text_12_400 color_999999" style="margin-top: 0.25rem;">{{child.duration}}</span>
</div> </div>
......
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