|
|
@ -29,10 +29,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<view class="right"> |
|
|
|
<view class="ticket" style="background-color: #009DFF;padding-top: 1vw;"> |
|
|
|
<view class="ticket" style="background-color: #009DFF;padding-top: 1vw;"> |
|
|
|
<view class="num" v-if="row.discountType == 3"> |
|
|
|
<view class="num"> |
|
|
|
{{row.discountPrice * 10}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="num" v-else> |
|
|
|
|
|
|
|
{{row.discountPrice}} |
|
|
|
{{row.discountPrice}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="unit margle" v-if="row.discountType == 3"> |
|
|
|
<view class="unit margle" v-if="row.discountType == 3"> |
|
|
@ -90,10 +87,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<view class="right"> |
|
|
|
<view class="ticket" style="background-color: #999999;"> |
|
|
|
<view class="ticket" style="background-color: #999999;"> |
|
|
|
<view class="num" v-if="row.discountType == 3"> |
|
|
|
<view class="num"> |
|
|
|
{{row.discountPrice * 10}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="num" v-else> |
|
|
|
|
|
|
|
{{row.discountPrice}} |
|
|
|
{{row.discountPrice}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="unit margle" v-if="row.discountType == 3"> |
|
|
|
<view class="unit margle" v-if="row.discountType == 3"> |
|
|
|