浏览代码

Update index.tsx

lex-xin 8 月之前
父节点
当前提交
8c00964fb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>