Commit 3181aa44 authored by youjie's avatar youjie

no message

parent f182001f
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
@click="getDiDaPriceConfirm(index,indexs,subItem)" --> @click="getDiDaPriceConfirm(index,indexs,subItem)" -->
<span class="text-red text-weight-bold q-px-sm" <span class="text-red text-weight-bold q-px-sm"
:class="{'fz28':$q.platform.is.desktop}" :class="{'fz28':$q.platform.is.desktop}"
@click="getDiDaPriceConfirm(index,indexs,subItem)"
v-loading="index==currentIndex&&indexs==currentSubIndex&&confirmLoading"> v-loading="index==currentIndex&&indexs==currentSubIndex&&confirmLoading">
{{ subItem.PriceList&&subItem.PriceList.length?getPrice(subItem.PriceList[0].Price):getPrice(subItem.TotalPrice) }} {{ subItem.PriceList&&subItem.PriceList.length?getPrice(subItem.PriceList[0].Price):getPrice(subItem.TotalPrice) }}
<span v-if="subItem.PriceList&&subItem.PriceList.length" <span v-if="subItem.PriceList&&subItem.PriceList.length"
......
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