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 item.price = item.year * that.tabType[that.banIndex].retail_current_price
} }
if (item.year == 2) { 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_current_price)) - Number(that.tabType[that.banIndex]
.retail_discounts) .retail_discounts)).toFixed(2))
} }
}); });
}, },
@ -377,6 +377,10 @@
padding: 100rpx 0; padding: 100rpx 0;
} }
page {
width: 100%;
}
.warp { .warp {
display: flex; display: flex;
align-items: center; align-items: center;
@ -401,7 +405,6 @@
} }
.box_1 { .box_1 {
width: 100%;
flex-direction: row; flex-direction: row;
display: flex; display: flex;
align-items: center; align-items: center;
@ -420,7 +423,7 @@
width: 340rpx; width: 340rpx;
height: 316rpx; height: 316rpx;
bottom: -190rpx; bottom: -190rpx;
right: 0; right: 35rpx;
z-index: 1; z-index: 1;
transform: rotate(10deg) transform: rotate(10deg)
} }
@ -585,7 +588,7 @@
.tabFavour { .tabFavour {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-top:42rpx; margin-top: 42rpx;
.favour { .favour {
width: 336rpx; width: 336rpx;

Loading…
Cancel
Save