Commit 5a9d711d by 冷斌

fix bug

parent bbc69a3d
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<div v-if="showSolid(index)" @click="onPay(item, opt)" class="order_action_solid self_center" <div v-if="showSolid(index)" @click="onPay(item, opt)" class="order_action_solid self_center"
style="margin-left: 0.75rem;">去支付 style="margin-left: 0.75rem;">去支付
</div> </div>
<div v-if="showHollow(index)" @click="onCancel(item, opt')" class="order_action_hollow self_center"> <div v-if="showHollow(index)" @click="onCancel(item, opt)" class="order_action_hollow self_center">
{{hollowText(index)}} {{hollowText(index)}}
</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