Commit 958f67ae by 冷斌

fix bug

parent c8ca0e91
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<div v-if="!showImage(item)" class="order_image_item layout_v"> <div v-if="!showImage(item)" class="order_image_item layout_v">
<span style="margin-left: 0.75rem;margin-right: 0.75rem;" class="text_14_600 color_333333">{{item['video_title']}}</span> <span style="margin-left: 0.75rem;margin-right: 0.75rem;" class="text_14_600 color_333333">{{item['video_title']}}</span>
<span style="margin-left: 0.75rem;" class="text_14_600 color_FF3B3B" <span style="margin-left: 0.75rem;" class="text_14_600 color_FF3B3B"
style="margin-top: 0.5rem;">¥100</span> style="margin-top: 0.5rem;">{{item['old_price']}}</span>
<div class="divider" style="margin-top: 1rem;"></div> <div class="divider" style="margin-top: 1rem;"></div>
<div class="order_action_bar layout_h_b"> <div class="order_action_bar layout_h_b">
<div class="weight_full layout_h self_center"> <div class="weight_full layout_h self_center">
......
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