@ -226,9 +226,9 @@
item.price = item.year * that.tabType[that.banIndex].retail_current_price
}
if (item.year == 2) {
item.price = Number(item.year * (that.tabType[that.banIndex]
item.price = Number((Number(item.year * (that.tabType[that.banIndex]
.retail_current_price)) - Number(that.tabType[that.banIndex]
.retail_discounts)
.retail_discounts)).toFixed(2))
});
},
@ -377,6 +377,10 @@
padding: 100rpx 0;
page {
width: 100%;
.warp {
display: flex;
align-items: center;
@ -401,7 +405,6 @@
.box_1 {
flex-direction: row;
@ -420,7 +423,7 @@
width: 340rpx;
height: 316rpx;
bottom: -190rpx;
right: 0;
right: 35rpx;
z-index: 1;
transform: rotate(10deg)