fanfan 4 months ago
parent e4ae5f522c
commit a60a920986
  1. 13
      pages/gamll/index.vue

@ -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 {
width: 100%;
flex-direction: row;
display: flex;
align-items: center;
@ -420,7 +423,7 @@
width: 340rpx;
height: 316rpx;
bottom: -190rpx;
right: 0;
right: 35rpx;
z-index: 1;
transform: rotate(10deg)
}
@ -585,7 +588,7 @@
.tabFavour {
display: flex;
justify-content: space-between;
margin-top:42rpx;
margin-top: 42rpx;
.favour {
width: 336rpx;

Loading…
Cancel
Save