Commit a36770c9 authored by 18224442217's avatar 18224442217

no message

parent eaefcf3a
......@@ -208,11 +208,11 @@
<view class="height-line1 lineC8C8CF"></view>
</view>
<view class="TicketOrderDetailsGet-NumR row-aic-n">
<view class="fz30 fontBold ML60 MR60 textRight">
<view class="fz30 fontBold ML60 MR60 textRight" v-if="item.Unit_Price&&item.Unit_Price>=0">
¥{{item.Unit_Price}}
</view>
<view class="fz30 fontBold textRight flexS">
×{{item.Nums}}人
<view class="fz30 fontBold textRight flexS" v-if="item.Nums">
×{{item.Nums?item.Nums:''}}人
</view>
</view>
</view>
......
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