|
@@ -730,9 +730,9 @@ export default defineComponent({
|
|
|
<span>¥</span> {moneyFormat(state.vipYearInfo.currentPrice)}
|
|
|
</p>
|
|
|
</div>
|
|
|
- <del class={styles.priceOrigin}>
|
|
|
+ {/* <del class={styles.priceOrigin}>
|
|
|
原价: ¥{moneyFormat(state.vipYearInfo.originalPrice)}
|
|
|
- </del>
|
|
|
+ </del> */}
|
|
|
</div>
|
|
|
</div>
|
|
|
)
|
|
@@ -751,7 +751,15 @@ export default defineComponent({
|
|
|
{state.goodsInfo.description}
|
|
|
</p>
|
|
|
<div class={styles.goodsPrice}>
|
|
|
- {state.goodsInfo.currentPrice > 0 ? (
|
|
|
+ <div class={styles.priceGroup}>
|
|
|
+ 团购价:
|
|
|
+ <p>
|
|
|
+ <del>
|
|
|
+ <span>¥</span> {moneyFormat(state.vipYearInfo.currentPrice)}
|
|
|
+ </del>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ {/* {state.goodsInfo.currentPrice > 0 ? (
|
|
|
<>
|
|
|
<div class={styles.priceGroup}>
|
|
|
团购价:
|
|
@@ -773,7 +781,7 @@ export default defineComponent({
|
|
|
</p>
|
|
|
</div>
|
|
|
</>
|
|
|
- )}
|
|
|
+ )} */}
|
|
|
</div>
|
|
|
</div>
|
|
|
)
|