726

parent b0101b4a
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<span class="detail">{{groupDetail.goods_desc.desc}}</span> <span class="detail">{{groupDetail.goods_desc.desc}}</span>
<div class="price"> <div class="price">
<span class="price-content">{{groupDetail.current_price/100}}</span> <span class="price-content">{{groupDetail.current_price/100}}</span>
<!-- <span class="price-content" @click="clear">清缓存</span> --> <span class="price-content" @click="clear">清缓存</span>
<span <span
style="text-decoration:line-through;color: #bbb;font-size: 14px" style="text-decoration:line-through;color: #bbb;font-size: 14px"
v-if="groupDetail.goods_type === 1 && groupDetail.original_price > groupDetail.current_price" v-if="groupDetail.goods_type === 1 && groupDetail.original_price > groupDetail.current_price"
......
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