Commit 994fb051 by 冷斌

fix bug

parent 17c63fd2
......@@ -48,9 +48,12 @@
<span class="text_14_600 color_FF3B3B">¥100</span>
</div>
<div class="layout_h_r">
<div v-if="showSolid(index)" class="order_action_solid self_center"
style="margin-left: 0.75rem;">去支付
</div>
<a v-if="showSolid(index)">
<div class="order_action_solid self_center"
style="margin-left: 0.75rem;">去支付
</div>
</a>
<div v-if="showHollow(index)" class="order_action_hollow self_center">
{{hollowText(index)}}
</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