|
@@ -116,9 +116,7 @@ export default defineComponent({
|
|
|
</span>
|
|
|
)}
|
|
|
{this.liveInfo.coursePrice == 0 && (
|
|
|
- <span class={styles.price}>
|
|
|
- 免费
|
|
|
- </span>
|
|
|
+ <span class={styles.price}>免费</span>
|
|
|
)}
|
|
|
|
|
|
<span class={styles.classNum}>
|
|
@@ -127,8 +125,7 @@ export default defineComponent({
|
|
|
</p>
|
|
|
{this.liveInfo.existBuy === 1 && (
|
|
|
<span class={styles.buyNum}>
|
|
|
- {/* <Icon name={iconSuccess} size="15" /> */}
|
|
|
- 已购买
|
|
|
+ {this.liveInfo.coursePrice == 0 ? '已领取' : '已购买'}
|
|
|
</span>
|
|
|
)}
|
|
|
{/* : (
|