lex hai 1 ano
pai
achega
8596407f75
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/payment-result/index.tsx

+ 2 - 1
src/views/payment-result/index.tsx

@@ -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>