| | |
| | | </view> |
| | | <view class="goodsPrice-goodSale colCen borderBox"> |
| | | <view class="couponInfo-bar rowCen"> |
| | | <view class="couponbox rowCenCen" v-if="items.couponPrice>0 || items.faction=='w'"> |
| | | <view class="couponbox rowCenCen" style="border: 1px solid #f50d49; color: #f50d49; background: none;" v-if="items.couponPrice>0 || items.faction=='w'"> |
| | | <view> |
| | | {{items.faction=='w' ?(items.discount+'折'):items.couponPrice+'元券'}} |
| | | </view> |
| | | </view> |
| | | <view class="backPrice rowCenCen"> |
| | | <view class="backPrice rowCenCen" style="background: #f50d49;"> |
| | | <view>返{{items.fanli}}元</view> |
| | | </view> |
| | | </view> |
| | |
| | | props: { |
| | | items: Object |
| | | }, |
| | | created(){ |
| | | }, |
| | | data() { |
| | | return { |
| | | |