|
@@ -126,14 +126,12 @@ class="slider-wrapper header-detail w-full py-0 pr-0px pl-38px
|
|
|
</div>
|
|
|
<div class="badge-container flex justify-between">
|
|
|
<!-- 选择月份 -->
|
|
|
- <div
|
|
|
-v-for="(items, index) in list"
|
|
|
- :key="index" class="swicth-items inline-block w-[33%] py-0px px-4px text-center relative" @click="changeMonth(index)">
|
|
|
- <div v-show="index === 0 && isVIP" class="discount-badge w-[60%] absolute right-0 top-[-8px] z-88">
|
|
|
- <div
|
|
|
-v-show="language"
|
|
|
- class="badges-year w-full h-20px rounded-20px text-[10px] text-[#fff] leading-[20px]">
|
|
|
- 续费优惠
|
|
|
+ <div class="swicth-items inline-block w-[33%] py-0px px-4px text-center relative"
|
|
|
+ v-for="(items, index) in list" :key="index" @click="changeMonth(index)">
|
|
|
+ <div class="discount-badge w-[60%] absolute right-0 top-[-8px] z-88" v-show="index === 0 && isVIP">
|
|
|
+ <div class="badges-year w-full h-20px rounded-20px text-[10px] text-[#fff] leading-[20px]"
|
|
|
+ v-show="language">
|
|
|
+ {{ info.renewal_discount_month_des}}
|
|
|
</div>
|
|
|
<div
|
|
|
v-show="!language"
|