Commit d3e9f5b5 by 冷斌

fix bug

parent 73c8747e
......@@ -20,7 +20,7 @@
<span class="text_14_600 color_333333">{{item.video_info.video_title}}</span>
<div class="layout_h_b">
<span class="text_14_600 color_FF3B3B">{{(item.video_info.t_price == 0 || item.video_info.is_charge > 0) ? '免费' : ('¥' + item.video_info.t_price) }}</span>
<div @click="" class="collect_view_button layout_center text_12_400 color_white">查看</div>
<div @click="onShow(item)" class="collect_view_button layout_center text_12_400 color_white">查看</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