@@ -206,6 +206,7 @@ export default defineComponent({
.then(async () => {
orderStatus.orderObject.orderNo = result.orderNo
orderStatus.orderObject.actualPrice = result.actualPrice
+ orderStatus.orderObject.discountPrice = result.discountPrice
this.routerTo()
})
.catch(() => {
@@ -205,7 +205,7 @@ export default defineComponent({
{item.living === 1 && (
<div class={styles.living}>
<Image src={bars} class={styles.animation} />
- <span>播放中</span>
+ <span>直播中</span>
</div>
)}
@@ -11,7 +11,7 @@ import styles from './index.module.less'
export const couponEnum = {
UNIVERSAL: 'UNIVERSAL',
VIP: 'VIP',
- PIANO: 'PIANO',
+ PINAO_ROOM: 'PIANO',
GOODS: 'MALL',
MUSIC: 'MUSIC',
PRACTICE: 'SPARRING',