|
@@ -424,7 +424,7 @@ export default defineComponent({
|
|
|
<OSticky position="bottom">
|
|
|
<div class={styles.btnGroup}>
|
|
|
<Button round block type="primary" onClick={() => {
|
|
|
- handleShowVip(route.query.id as string, "COURSE")
|
|
|
+ handleShowVip(route.query.id as string, "LESSON")
|
|
|
}}>
|
|
|
开通会员即可查看所有课件
|
|
|
</Button>
|