|
@@ -11,7 +11,14 @@
|
|
|
<view :class="[selectOrderId==item.id ? 'active' : 'not-active', 'item-body_box']">
|
|
<view :class="[selectOrderId==item.id ? 'active' : 'not-active', 'item-body_box']">
|
|
|
<view class="flower-name_box">
|
|
<view class="flower-name_box">
|
|
|
<view class="current-item-title">
|
|
<view class="current-item-title">
|
|
|
- <text>{{item.actPrice}}</text> <text v-if="item.repeat == 1" style="margin-left:10upx;">扫码收款</text>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <text v-if="item.orderPrice == item.actPrice">¥{{ item.orderPrice ? parseFloat(item.orderPrice):0 }}</text>
|
|
|
|
|
+ <text v-else>
|
|
|
|
|
+ <text style="margin-right:5upx;">¥{{ item.actPrice ? parseFloat(item.actPrice):0 }}</text>
|
|
|
|
|
+ <text style="text-decoration: line-through;color:#847676;">¥{{ item.orderPrice ? parseFloat(item.orderPrice):0 }}</text>
|
|
|
|
|
+ </text>
|
|
|
|
|
+
|
|
|
|
|
+ <text v-if="item.repeat == 1" style="margin-left:8upx;">扫码收款</text>
|
|
|
</view>
|
|
</view>
|
|
|
<image class="flower-image" :src="item.cover"></image>
|
|
<image class="flower-image" :src="item.cover"></image>
|
|
|
<text v-if="item.fromType!=4" style="position:absolute;top:2upx;left:90upx;font-size:11upx;">{{item.sn}}</text>
|
|
<text v-if="item.fromType!=4" style="position:absolute;top:2upx;left:90upx;font-size:11upx;">{{item.sn}}</text>
|
|
@@ -207,7 +214,7 @@ export default {
|
|
|
padding: 0 5upx;
|
|
padding: 0 5upx;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
.current-item-title {
|
|
.current-item-title {
|
|
|
- font-size:12upx;
|
|
|
|
|
|
|
+ font-size:11upx;
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|