diff --git a/pages/gamll/index.vue b/pages/gamll/index.vue index 8ce4702..30d17fa 100644 --- a/pages/gamll/index.vue +++ b/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;