Commit 30044efc by 冷斌

fix bug

parent 1bd3a695
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<div class="weight_full layout_v_b" style="margin-left: 0.75rem;"> <div class="weight_full layout_v_b" style="margin-left: 0.75rem;">
<span class="text_14_600 color_333333">{{item.video_info.video_title}}</span> <span class="text_14_600 color_333333">{{item.video_info.video_title}}</span>
<div class="layout_h_b"> <div class="layout_h_b">
<span class="text_14_600 color_FF3B3B">{{item.video_info.t_price == 0 ? '免费' : ('¥' + item.video_info.t_price) }}</span> <span class="text_14_600 color_FF3B3B">{{(item.video_info.t_price == 0 || item.video_info.is_charge) ? '免费' : ('¥' + item.video_info.t_price) }}</span>
<div class="collect_view_button layout_center text_12_400 color_white">查看</div> <div class="collect_view_button layout_center text_12_400 color_white">查看</div>
</div> </div>
</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