修复订单列表模态框问题
This commit is contained in:
parent
36fee17b9c
commit
09cbcd0f7f
|
@ -35,7 +35,7 @@
|
|||
<order-item :order="v">
|
||||
<view class="order-action">
|
||||
<view class="price">¥ {{ v.price }}</view>
|
||||
<order-action :order="v" @setPrice="showPriceModal(v.id)" />
|
||||
<order-action :order="v" @confirmPrice="showPriceModal(v.id)" />
|
||||
</view>
|
||||
</order-item>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue