|
@@ -185,7 +185,8 @@ export default defineComponent({
|
|
|
<div class={styles.buyContent}>
|
|
|
<p class={styles.goodsTitle}>{goods.goodsName}</p>
|
|
|
<Tag class={styles.brandName}>
|
|
|
- {state.orders.orderType === 'VIP'
|
|
|
+ {state.orders.orderType === 'VIP' ||
|
|
|
+ goods.goodsType === 'VIP'
|
|
|
? '12个月'
|
|
|
: goods.brandName}
|
|
|
</Tag>
|