Browse Source

Merge branch 'iteration-20241028-member' into dev

lex-xin 4 months ago
parent
commit
2e7235daad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/courseList/index.tsx

+ 1 - 1
src/views/courseList/index.tsx

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